Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Some of our end users are experiencing issues with Tab Sets - The tabs overlap each other and are formatted oddly. They are using Chrome as their browser. I’m also using Chrome but don’t have the issue. Anyone else run into this? Any ideas?
I have a template field inside which i have written some html code.now onClick of template field link i want to pass id to the onClick function.I am trying this , onClick = “openPrimaryTab({{{Id}}})”but i am getting error - Uncaught ReferenceError: a1x190000007F1YAAU is not definedAnd if i use {{{Id}}} in javascript function , i am getting same Id for every record , whereas i should get different id according to the row clicked . Hence i thought of above solution,but it is giving error.Can someone help to reslove?
Hi,A SKUID page that we have created in one of the instances often throws this error message while entering the details on the page:Error parsing json reponse ‘Syntax Error’. Logged in?Is there a setting that we need to change for this? Have we configured something incorrectly?Any help much appreciated!Cheers,Ramtin
I am using Chrome 53, so it’s a good chance that this is the issue.
I am creating new records in a pop up, and I want to use a Save and New button to create a second record. When I save my first record and create a new row in my model, the context id doesn’t get re-passed to my new record.So, I am trying now to use action framwork to:- Save my new record in my pop up- Close the pop up- automagically open the pop up back up (which creates a new record again) for the user to enter their 2nd record intoCan someone tell me the syntax of the snippet I need that simulates a click of my Create Record button? I don’t want to use a 2nd “new record” model. We are trying to simplify the page and eliminate necessary model querying.Thanks!
I have a tab that contains a Chatter feed. I have another tab where some information is collected and an action will post an item (via Javascript Remoting to the feed) however this is not reflected on the Chatter feed that has already loaded. What I would like to do is reload the Chatter feed every time a user visits the tab. I can see there are actions I can run when someone clicks on the tab but not sure what sort of Action (or Javascript snippet code) I could use to refresh the Chatter component in Skuid.
I would like to render certain picklist values in field: TYPE based on the value selected in Field: RECORD TYPE on the Task object
Is there a way to denote the running user’s stats in a graph when compared to the rest of their team? I would like the running user’s stats to be a different color from the rest of the team’s data. I have tried using 2 different models on the same graph but cant seem to get that way to work.
I have some javascript that is basically performing a sql query by creating a dynamic model. When I’m done with the data, I’d like to remove the model from the page. Is there some way to delete or remove a model? skuid.$M('MyModel').delete(); ? or delete skuid.model.map().MyModel;
I know this question has been asked and answered before, but the solution that I’ve come up is only half working. I was able to get the CSS settings I wanted in real-time using the developer console, but the custom css class is losing out when displaying the field editor from the saved Skuid page. Here is the custom class .bidValues .nx-basicfieldeditor-item-label { width: 60%; } .bidValues .nx-field { width: 40%; text-align: right; } The 60% label width is working. But the .nx-field width is still 60% as well, causing it to wrap. Here is a screenshot of the developer console showing the 40% setting being ignored/superseded:
I’m trying to develop a mobile page to quickly create and immediately convert a Lead on SF1. I’ve used the URL redirect links in the past to convert Leads from a Skuid desktop page, but that URL isn’t supported within SF1. I can’t seem to find anything similar (to a URL redirect) for the Convert Lead standard action that became available in Summer '15. Any ideas?
Hi,Is there a way where we can move data from a Record X to Record Y where Both Record X and Record Y or of the same object called MyCustomObject.This MyCustomObject is a detail object to a Master object called Entitlement.So what i wanted to accomplish is,I have an expired entitlement record called (My Entitlement1) and it is linked to an account called My Accounts. My Entitlement1 has a child record Called Record X(this Record X is from the object MyCustomObject) which is used to save information related to the Entitlement like no of licences, servers, no of operating systems etc.Now, I have a another entitlement called My Entitlement2 and this Entitlement also belongs to the same account(My Accounts). Now, Record Y is child record to My Entitlement2 and the purpose of creating Record Y is same as like why Record X is created, that means the information saved Record X will be same as the Information that we are going to enter on Record Y because both the entitlements belongs to the
UPDATE: to quickly summarize, 1st clause (based on profile name) works. 2nd clause (based on UI-only field) does not work.I have an In-line Javascript code to add CSS properties.It works fine for the first clause of the if statement (a user whose profile starts with “RO_”).I have a UI-field, in the model ‘Office’, that I would like to do the same with.I confirmed in the developer console that “UIinput” equals RegionalOffice, once it is selected in the picklist. (Which would make the else if clause true)I suspect it has something to do with function being run on page load, but was hoping someone could confirm that for me. I am still a JavaScript newbie.Thanks in advance for any help.(function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ var profile = skuid.utils.userInfo.profileName; var profilePrefix = profile.substring(0, 3); var UIfield = skuid.model.getModel(‘Office’); var UIinput = UIfield.data[0].OfficeType; if (profilePrefix ===
What is needed to check if this is true in UI-field calculation field?IF({{Primary_Cell__c}} == “TRUE”,“This is the Entity phone number”,“”)
Hello,We are facing one issue with Skuid License Assignment/Revocation. Below are the use cases:Profile-A is configured under skuid setting to auto assign/revoke Skuid license & permission sets.Profile-B is Non Skuid profile.UseCase 1: User-A is of Profile-B. Now I want to change his profile from profile-B to profile-A. So that he will have skuid access. - But on user profile update it is not auto assigning skuid license & permission sets.UseCase 2: User-B is of Profile-A. Now I want to change his profile from profile-A to profile-B. So that he will not have skuid access anymore. - But on user profile update it is not revoking skuid license & permission sets.How to assign/revoke skuid license & permission sets on User Profile update?Thanks,Aanal
I added search fields to one of the reference field and provided custom label to Account field as below - Investor Name Phone Initially while the page load it shows the correct label but if trying to access the lookup 2nd time it starts showing the actual field label instead of the custom label. Screenshot attached. 1st Attempt - 2nd Attempt -
Hi I have made a data entry wizard to manually enter the data in account, contact and opportunity records, it seems to work all fine when the account has two contacts linked to it, because i have limited the max. number of records to be loaded to 2, which is ideally needed because each one of my account belongs to a couple, but if an account has only one contact linked to it, the ondition to load just 2 records work against it and it uploads 2 records again one whichis linked to the account and the other from anywhere in salesforce.The model Contact has the condition to fetch records where account id is the value of id field returned by first row of account model, account record is determined by the id parameter of URL. I tried using rendering conditions on the fieldeditor but that dint worked at allit doubled up the model when the condition was true.Please help me solve this problem
On a button’s actions, I want to create a new row where one of the fields is set to a parameter that is passed to the page by URL. Can I use the {{$Param.label}} merge syntax to set this value?
I have built a page of the data entry on SF records against Accounts, Contacts, Opportunity and some custom objects.As soon as the any Lead is marked as in office booked it is converted and we need to do the data entry on accounts, contact and opportunity, every account will have only two contacts associsated with it which is a couple, when I start data entry wizard the it only brings up one of the contact records assosciated with the account, not both of them as is visible below… This field editor is rendered on the marital status field on account which is on first page of the wizard, I wish to change it to fetching both the contact records Please help me with this…Also Can i render one of the Steps in the wizard
I’m trying to give users two UI only lookup fields which they can choose records from. Then, I will send those records to Apex to do further processing. However, 90% of the time, these lookup fields can be predictably populated. So I’m trying to automate the population of the fields. Therefore, I’m using custom snippet rendering to render the UI only reference fields. However, once rendered with the Id I want, they only show the Id and not the name of the record even though the field.options.template defaults to “{{Name}}” according to documentation (http://help.skuid.com/m/11720/l/214147-skuid-ui-field-renderers - REFERENCE Edit method). Additionally, once I click out of the field after the field is rendered the Id’s disappear. Is there a method in my snippet I’m missing? Here’s my snippet: var field = arguments[0]; //field objectvar fieldValue = arguments[1]; //null in the beginning since it’s not populated till end of this script var RecentlyFundedOppModel = skuid.model.getModel(‘
Lookup fields are rendering differently in the Console than they do in our normal detail page. For example, our opportunity detail skuid page displays the Owner field as a Name (that’s how we want it), but when you pull up the same opportunity in the Console, the 18 digit iD is shown instead. Why does it render differently in the Console?
How to Refresh or reload skuid page from Snippet?
Good morningI am trying to create a data model with a condition of “does not contain” multiple values. When I save the condition it becomes is in the set of values. Is this not allowed in Skuid? Salesforce list views allows for this filter condition.
I have a picklist that lets the sales reps choose an opportunity scope (field name Objective__c). Based on the selection, different fields display, and default values are set.The snippet that sets these default values works correctly the first time you select any option.But once you select Default (simplest, fewest fields), and then switch back to any other option, the ui does not update, and there is an error in the console:Uncaught TypeError: Cannot read property ‘Id’ of undefinedHere’s the skuid function that fails: function Y(a) {&nbsp; &nbsp; &nbsp; &nbsp; var b, d, e = a[0], f = {};<br>&nbsp; &nbsp; &nbsp; &nbsp; return a.length &lt; 2 ? !1 : (c(a[1]) ? (d = {},<br>&nbsp; &nbsp; &nbsp; &nbsp; d[a[1]] = a[2],<br>&nbsp; &nbsp; &nbsp; &nbsp; b = a[3]) : (d = a[1],<br>&nbsp; &nbsp; &nbsp; &nbsp; b = a[2]),<br>&nbsp; &nbsp; &nbsp; &nbsp; f[e.Id] = d,<br
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.