Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi, i there any way to hide export button on a table from certain profiles?or any security in profile?Thx
Hi, I’m not sure if it’s just me or doing something wrong, but trying the mobile builder for the 1st time and it seems I cannot add any components… From what i can see on little training docs there is and some screenshots, it seems when i click on the ‘page panel’ or ‘deck’ , I should be able add components/interactions… I tried on 3 different browser and that option never shows up… Any idea why? Thx
I have the following inline CSS: .nx-skootable-data tbody tr td:nth-child(19) { background-color: #ADADAD; } .nx-skootable-data th:nth-child(19) { background-color: #ADADAD; } It works, except that the odd rows are being shaded based on my theme template. Is there a way to override the odd row shading shading on just the 19th column?
Is it possibile to create a site with a sign on screen to ask for Username and password in a Skuid page so no one ever sees sales force. I understand I can redirect a user to a Visualforce page after sign on. Or is there anyway I can put “https://dorothy.my.salesforce.com/” inside an include page in a region
Realized after recording that I was still listening to music. 🙂
What one of the two points of a donut graph is a negative the circle turns three dimensional and displays off the screen. I know the donut graph is quite limited, has anyone been able to fix this?
Hi working on my first Force.com Skuid site, and i’m having a little basic issue. I followed instructions here, and until now all was fine. Main page works great, now trying to have a popup with a page include , and it’s not working when on force.com. Says loading and nothing else… -I tried creating a new VF redirect for that page and gave permission to it on the public profile of that site -As well Site has permission to the objects /fields on that “page include” In salesforce i can view it fine, so it’s a force.com issue. Was i suppose to include the page include redirect in Same vf as original page? if yes, pls let me know how so. I’m sure i’m missing something simple… here’s the VF I used on original page <apex:page standardController=“Account” extensions=“skuid.Redirects” action=“{!redirect}?page=Site_offers”> </apex:page> Thx
I have a salesforce field of base64 type that I need to decode? How would I do that in a custom renderer?thanks
Hi,I have a tabset with ‘Defer rendering of tab contents…’ is selected. However I want contents of few tabs to be loaded on page load. Is it possible?
Hello All, iv created a mobile page with account detail page I have a bunch of buttons that act as related list. Click a button - left panel pops up shows records for that related list. Im attempting to create a Notes “related list” and cant seem to figure the trick for it when creating a model. the model, from my knowledge has no account id so I have no way to make show only notes that related to that account. Anyone have any ideas for this? Or, em I doing something completely wrong that I haven’t noticed…?Thank you for your help!~
A minor problem, but this is happening in the builder for a rendering condition on a field editor section. ‘=’ != ‘!=’
I’m trying to set up a REST Model for my SurveyMonkey responses, but I’m having issues authenticating. I’ve set my Authentication Provider and Model Service with what I believe are the right settings. When I load my page it immediately asks for authorization from SurveyMonkey, which is great! But once I enter my credentials, I get the following error message: When I look at the URL for this popup, I see the following: https://www.surveymonkey.com/oauth/authorize?api_key=pe3fhqdxffr3bmvg9mpkgyav&client_id=sm_broadresidency&response_type=code&redirect_uri=https%3A%2F%2Fskuid.na6.visual.force.com%2Fapex%2Fskuid__oauthcallback&display=popup&scope=&state=%7B%22client_id%22%3A%22sm_broadresidency%22%2C%22network%22%3A%22SurveyMonkey+API+Authenticator%22%2C%22display%22%3A%22popup%22%2C%22callback%22%3A%22_hellojs_3xyfq1i4%22%2C%22state%22%3A%22%22%2C%22redirect_uri%22%3A%22https%3A%2F%2Fskuid.na6.visual.force.com%2Fapex%2Fskuid__oauthcallback%22%2C%22scope%22%3A%22ba
Hi i’m trying to change the css for a couple specific button in my page, but for some reason, no matter what i do , they won’t align left… here’s css i’m using: .buttoncolor .ui-button, .ui-widget-content .ui-button.ui-state-default { background: transparent; border: 0px; color: black; box-shadow: 1px 1px 5px 1px white; text-align: left } And here how those button are appearing now This is 3 different “Page title components” each with 1 button All 3 has same css class applied Any ideas on why ? or what I missed? Thank you
The standard UI buttons & links for formal approval processes leave a lot to be desired, particularly the inability to control where they appear. I have a client that wants to do many different kinds of approvals, so we’d rather have some nicer custom pages for that. (Crossing fingers that I don’t need to write apex functions or lots of javascript for this…)I see several posts here about how to submit something for approval, but what is the recommended Skuid method for approving/rejecting records? What about mass approving a list of records?
Is there some way in the skuid Field API to see only certain picklistEntries from a field based on a given value from the controllingFieldI want to create a number of rows based on the number of picklistEntries in a given picklist field. I’ve got it working, but my picklist has controlling field, and I only want to return picklistEntries for a certain given value of my controlling field. Is this possible somehow?Here’s my snippet which creates rows for every picklist entry: var params = arguments[0], <br />$ = skuid&#46;$,<br />expenses = skuid&#46;model&#46;getModel('Expenses'),<br />description = expenses&#46;getField('Description__c'),<br />entries = description&#46;picklistEntries;<br /><br />$&#46;each(entries, function(){<br /><br />var entryValue = this;<br /> <br />var newExpense = expenses&#46;createRow({ <br />additionalConditions: [<br />{field: 'Description__c', value: entryV
Hello,Did anyone ever figure out a way to navigate from 1 child record to another right from the Detail page of that child?Example I have an account with multiple contactsI would like to find a way that when i open the detail page of a contact, to be able to navigate to previous and next related contact(s), using something like a “wizard” step or similarThe sort order would be created dateThank you
I’m attempting to build a page that covers two separate scenarios for creating an Opportunity. The only important difference between these two scenarios is a lookup that exists on Opportunity that will be blank in one scenario but is required in the other.Here is where the difficulty arises. We want the users to be able to course correct and switch between the scenarios while creating the Opportunity.What I have found though is that once the reference field is rendered that is marked required, skuid is treating it as required regardless of if it is currently rendered…Has anyone come across this? Is there a way to have a required field be ignored if it is not rendering?
I would like to hide the Label part of a Template Field so the Template data can use 100% of the row and not be shared with the Label data and Template data. So I don’t want a blank Label, I want the label to not be on the page at all, just display the template data. See below.
I want to create a component with Header and body. Body contains with two columns. Can we have multiple skuid element acceptors in single custom component
… I would like a page where the search box was quite prominent? and it is appearing quite small making it more difficult to select by touch,Can it’s height on the page be adjusted somehow with css?
I think maybe that the tutorial was based on Dropbox’s API V1 whereas creating an app now uses API V2. As such I think there are issues in the tutorial in relation to this as it’s expecting V1. I tried altering the URL to all be https://api.dropbox.com/2/ vs https://api.dropbox.com/1/ but when testing the skuid page I get the following error: Going with the tutorial I get the same message except “https://api.dropbox.com/1/metadata/dropbox/” on the first line.
When a formula function contains text that is the name of a Formula Function and is immediately followed by a left paren, the actual function definition is output. Examples Formula = “VALUE(e.g. Example)” / Output = “parseFloat(e.g. Example)” Formula = “DAY(e.g. Monday)” / Output = “skuid.time.getDay(e.g. Monday)” Notes - The approach used to parse formulas will also result in collisions when there is one function that ends with the same text that is the full name of another function. For example, if there was a function called “FORMAT_FIELDVALUE”, it would collide with the function “VALUE” and unless FORMAT_FIELDVALUE was listed before VALUE during $.each evaluation, the result would not be correct. Given that TODAY() comes before DAY() in the function list (which is out of alphabetical order), possibly this part is already known? Steps to reproduce: Create page from sample below Preview page Expected Behavior ValueExample should be “VALUE(e.g. Example)” DayExample should be “DAY(e.
I’m creating Skuid page to create a new record. I have a Lookup field that a user needs to enter a value for (Loan__c) + a UI-only formula field that is equal to the value of one of the text fields in the looked up record ({{Loan__r.DisplayName__c}}). The problem: When I enter a value for the lookup field, the UI-only field remains blank, instead of filling to the value of that field. I’ve double checked and the field is properly filled out on the record I’m looking up. I’ve also tried adding model actions to save the model changes, save the row, etc. and that’s not changing the result, either. Do you know how I can get this field to display the desired value?
All,I am setting up a button that redirects to a URL. The original URL from Salesforce is shown below. I am trying to recreate that in the URL field in SKUID, see second entry. I have everything working except the highlighted piece. How do I pass a Name instead of the Id? ORIGINAL/a0G/e?CF00NC0000005EMZh=LEHIGH+VALLEY+HEALTH+NETWORK+CEDAR&CF00NC0000005EMZh_lkid=001C000000whB9n&retURL=%2F001C000000whB9n/{{Model.keyPrefix}}/e?CF00NC0000005EMZh=LEHIGH+VALLEY+HEALTH+NETWORK+CEDAR&CF00NC0000005EMZh_lkid={{Id}}&retURL=%2F{{Id}}
Hi,This has been causing me issues for a long time, and not sure how to fix it or make it more performingMostly happening on page includeIf the model is not returning any row, either because there’s none to return or there’s no record that meet default “conditions”, the load of that page include is extremely slow (sometimes 30 secs+)Example : by default model shows records with a condition : “custom date field” must be in the last 4 months.If it finds records it load relatively quickIf no record found for that period, it’s very slow…If i change the filter to example show me the last 12 months, and it has rows, it loads quickly…A rendering condition , not to load table if no rows in model, is not a solution for me, as there may be rows when I extend the range…Anyone else experiencing this kind of issue, and if yes any potential solutions?Thank you,
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.