Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Hello all! This is driving me crazy… I’m trying to get the title of a row-action button when it’s clicked. Should be straightforward! But I’m failing…I’ve tried: arguments[0].button.title arguments[0].button.prop('title') arguments[0].button.attr('title') Could someone do me a favour and point me in the right direction?Many many thanks!Louis
Hello! I am having an issue with a table action “Redirect to URL”. The URL that should be opening in a blank page is the Website field from the account record on the row the “Redirect to URL” is clicked. This action is not functioning correctly for all website formats. After troubleshooting, this is what the issue SEEMS to be, although there could be other things at play here. For example, when the icon is clicked for a website in the format http://www.website.com/ (with a / at the end) it works just fine as intended. However, when the icon is clicked for a website in the format http://www.website.com (without a / at the end) the redirect fails and the following error message shows up: To attempt to workaround this error, I appended a blackslash to the website name. Now, when the icon is clicked for a website in the format (with a / at the end) it still does not work, but a new error message shows up: I verified in Salesforce these website URL’s are valid, and when clicked in Salesfo
the deck still shows the “load more” option even though the model on the deck doesn’t have any data.
I need your help understanding why I am receiving failure notification when installing the Rockaway Point Release on partial full sandbox. I am practicing installing the newest Skuid release and verifying functionality is not altered. I am under a time constraint because this release also has the active session 15 timeout fix. I can email you my notification.
Hi,When trying to validate the current organization is Sandbox or Production using “Organization” standard object created a model in skuid page.var isSandbox = orgnModel.getFieldValue(orgnRow,‘IsSandbox’);When a non-sys admin user executes the page, always, isSandbox is “undefined” .and this user has no “View All” or “View Setup and Configuration”, as per their role we shouldn’t provide those permissions.Hence , any thoughts on how to get this done ?
Can we use a salesforce report as a data source instead of recreating the report as a data model?
HI, I’m looking for a way to create a new row on a deferent model once a new file is attached against to another model. Please see the below diagram, ’ I want to create an Object B record when a file is attached against Object A. I have three skuid models, Model A, Model B and Attachment model. I’ve tried to create a new record with using skuid action framework, however it behaves deferently for attachments and could’t find a way to create a new record. Can someone explain how could I go about this? What is the best approcach? with using Action framework or custom javascript. Thanks in advance.
Hi there! I’ve looked everywhere but can’t seem to find how to do this… How can I set the left panel (and have it display) on page load for a skuid mobile page (without requiring some kind of interaction by the user)? Is this going to have to be javascript? Thanks!
We have a bi-lingual site in English and Chinese. The table export function works great in English but the CSV file output does not seem to support Chinese characters. I just get a bunch of garbled characters. Does anyone know if there is a way to change how the file is exported (i.e. as an excel file instead of a .csv file) or any way convert the file after it is exported? Any help would be greatly appreciated. thanks
Hello,I would like to DELETE ALL records in a model with a click of a button using the action framework. My records do not appear in a table. Is this possible? I physically want to send them to the recycle bin. Thank you!
When i am calling an apex class with skuid button using java script snippet , the button is not executing the class all the time. The terrible thing is when i move to another tab and then again come back to the button tab then the button works fine and execute the class. Kindly let me know why this happening . It should call the class every time whenever i click on the button . plz suggest.
Seems like a really trivial question I know…But for the life of me I can’t figure out how to purchase some additional licenses for SkuidPlease help!
I’m having difficulty with a skuid pageInclude. Here are the deets. I have conditional rendering on a tab on my main page. That tab contains a pageInclude of the same page type as the main page, but displays a different record. The issue I’m experiencing is that the child page’s data is determining the rendering for its’ parent page’s tab! Although, I found that the actual child page data was being loaded, just not displayed due to overriding its’ parent page’s rendering conditions. Here’s how I tested this. Pretend we have an opportunity field called “ShouldILoad__c” and two opportunities named “OppThing1” and “OppThing2.” Our tab, “Deal Info On Renewed Deal” that contains the page include, will only render if ShouldILoad__c is true. In scenario 1 OppThing1.ShouldILoad__c == true OppThing2.ShouldILoad__c == false (which shouldn’t matter since it’s not the parent page) So according to the rendering condition, this should load. And it does. But once I click on the tab, it disappears l
I can’t get the to page error that is generated by the page included in my popup:
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?
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.