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
Is there a way to use excel formula in formual fields? Like gross annual percentage rate o other finance formulaThank you
As an eg: I want to display all the related lists i.e all the child object records for an account object, i would be displaying the account records in the form of a table and there would be a button to show a pop up of all the related lists as tabs and also if possible edit those records
Hi fellow Skuids, I have a problem and require some help. I am currently in the process of building a skuid platform version of a salesforce instance we have previously made and I have exported the Theme we had created. I would like to use this theme in the Platform version however I have no allocation options. Please someone help!
As requested here.
I am a salesforce developer and want to learn SKUID app, so would like to get access to trial version. Appreciate your help.
Let me explain with one business use case:Use case: We need to develop a custom “Submit Case Form” where we would like to ask the customer to enter Name, Email, Case Category (Feedback, Inquiry, Issue), Description and upload any attachment(s).a. Email should be check in account object, if exist - Case record to be created under that Account. And attachments(s) to be created under that newly created case.b. If Email address is not found, it should create a new account record, a new case record under the account record and attachment(s) under the case record. For end user - the web form should look like as one form.
I am trying to trace the URL parameters of a REST datasource using Fiddler. Is this the best way? Because I don’t see any requests to the REST server. When I do “Preview” I don’t see any http requests being made. Any thoughts?..Thanking youmurthy
Users were reporting that data wasn’t being displayed. I researched and noticed that I was getting an error in the console (Attached). I lowered the query size on the model from 500 to 100 and the error stopped. Then I clicked load more on the table attached to that model and when I reached 300 the screen stopped responding and the attached error showed up in the console. This error seems to be related to Chrome local storage and when testing the same UI in Safari I do not receive any errors. Skuid version 9.5.4
I’m trying to get case descriptions to preserve their hyperlinks (see screenshot of SFDC). Unfortunately, the Skuid Text Area strips away all hyperlinks (see screenshot of skuid). Does anyone have a custom render that solves this? SFDC Text Area preserves hyperlinks: Skuid Text Area strips hyperlinks:
I have a model on a child object in a master-detail relationship. I display the child records in a table in a drawer under the master record(s).The child table has a New Row global action. The new, child row has a dependency on a field value from the master record. The child model includes the master reference and ‘Id’ fields, as well as the custom field (call it CCM__c).When I load the page and go directly to the drawer and click the New Row button I can see that the master CCM field was accessed successfully. I can also go to the browser console and run skuid.$M(“ChildModel”).data[0].Master__r.CCM__c and obtain the value of the field in the master record.But, if I click another tab in the page, and another drawer for a different model, then come back to the New Row button described before, the master field is missing from the child model. On the browser console, skuid.$M(“ChildModel”).data[0].Master__r.CCM__c returns undefined. Exploring the model shows that the master field is no lo
Hello! Trying to build a New Case button and am having trouble making it available to assign the Case Owner field to a Queue. The only options I see are User or Group. Has anyone fixed this issue before?
We are using the Salesforce Professional edition which does not provide the ability to Enable API…as far as I can tell…will this prevent me from setting up a data connection with my salesforce org? Is the enterprise edition required?
Checking the name of a javascript snippet in a button’s properties results in the snippet name being cleared from the field without notice.Go to the button’s Actions properties. Click the Run Snippet action.Click the arrow in the snippet name combo box. USE CASE: This is done to verify that the correct snippet, with misspelling, has been entered as the action property.Click outside the Run Snippet action, e.g., to the “Actions” header above it; anywhere such that the Run Snippet properties dialog no longer appears.Go back to the Run Snippet properties dialog and observe that the snippet name is blank! Had you not gone back to the dialog, you would not know that the snippet was no longer being called!
Has anyone done a javascript drawer solution for a custom of view in table as we need to recreate row actions? Thanks.
Hi, Sorry if I am just missing it…is there an XML guide? or, tutorial for building pages in XML (e.g. elements and attributes, using Drawer, etc…).Am trying to to determine if there is another solution other that custom views and rebuilding drawer action for row action in table.And simply would like to work more in the XML.Thanks.
I have move code sandbox to production but unfortunately we have page include problem only production because sandbox is working fine .
Some time in skuid page link is not working in lighting mode in salesforce org , How can i fixed that ? We have try to fixed but issue in not fixed anyone tell me some relative issue , How can i fixed that , We have used skuid page throw vf page .
I have a status field that’s a picklist and I’m trying to use a skuid snippet to only show certain picklist options. I do not want to change the picklist options directly in SDC since we need that field to have show those statuses on a different page.
Hi. I set the maximum value of my multipicklist field to 1. And what happens is I need to click the “Uncheck all” first in order to select one option. Any idea on how can I fix this? I’m trying to do it in javascript such that it will do “uncheck all” functionality but it’s not working tho.
I am dealing with a fairly complex Skuid page. I can view all the models and their fields. When I click on the field in the designer (lower half), there comes a "Field Properties" view. I don't see which model the field is associated with. I know I can go through every model->fields and figure it out. Is there an easier way?Thankmurthy
This class remains after clicking navigation item. sk-navigation-item-selected
I searched with all search engines and nowhere I could find an answer to this simple questions. Just when I thought I’ve learnt enough SKUID for a day, I ran into this. I would like to run a snippet when a checkbox is clicked. Let’s say my script is as follows: var params = arguments[0], &nbsp;&nbsp;&nbsp; $ = skuid.$; var CHECKBOX_FIELD = "Some__c"; var idsOfRowsThatAreChecked = []; var item = arguments[0].model; var row = arguments[0].row; <br>var mymodel= arguments[0].model $.each(mymodel.data,function(i,row){ &nbsp;&nbsp; if (mymodel.getFieldValue(row,CHECKBOX_FIELD)===true){ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; idsOfRowsThatAreChecked.push(row.Id); &nbsp;&nbsp; } }); <br>if(idsOfRowsThatAreChecked.length&gt;=2){ &nbsp;&nbsp;&nbsp; alert("More than one item selected"); } How can I run this snippet when a checkbox is checked/unchecked? My understanding of the snippets is that the
After upgrading from 8.15.8 to 9.5.6, the Edit in Lightning at the bottom of the page in designer no longer exists and we can’t seem to find reference to “Create Page with Lightning”. Read all the posts and we have the proper setup so any assistance is appreciated.
I need to be able to render a button based on a field on our object that not all users have read access to. The problem is that I need both options (no read access with button access, no read access no button access either). This means that I cannot just add ‘undefined’ to my render criteria.Is it possible to create a model that has no layout fields and queries the object with admin or similar access level?
We have community Skuid pages that use an image that is hosted externally on one of our public web servers. I originally created the pages with the background image of a responsive grid source set to external, then pasted in the url.I am creating a new community page and I no longer see that option. When I open my old community page that already has it on there, the page builder side doesn’t refer to my external image, but I could see in the xml that it is still referring to it, and it does appear still on the user side (thankfully.)Has this option gone away from the page builder?
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.