Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Odd request here, but does anyone have any ideas around removing a specific character from a field?Example: Account Name is “Client Name #23”. That is the client’s name add feeds a lot of systems that rely on it being consistent, so I can’t just change it to Client Name 23, but I need the # to not be in the field when I use it in a specific skuid page.The reason for not needing it in the specific skuid page is because that page uses the Account Name in a URL and when it loads into the URL with the # it breaks the URL. Any suggestions on how I may override that field to specially remove a certain character like that?Thanks!
Trying to add contact info on a task object table. Only a few select fields are available. How can I add the other contact fields?
I was running into a few UI issues in my sandbox development. Just some quirky field alignments and issues with Rich Text Editors not recognizing data, etc. etc. So I went to go refresh all out of date themes to begin troubleshooting and I discovered the Snippet that the button references is missing from my page. Unsure whether or not this is an issue but if I am missing this can someone post the code so I can update the page and begin troubleshooting this?
how do i change, based on selection of one reference(look up) field value to another reference filed in same model? like dependent pick list but both are two referring(look up) fields two other objects and selection of value and we wants to populate related values in second pick list?
Hi,I’m trying to create a row action in a table to showing in a popup chetter feed.I’ve created a Model with max 1 record and a filter default off on the Id.I’ve created a row action in the table that first activate the filter of the model with Value = {{Id}} and the show a popup with Feed chatte but it seems don’t work.Any idea?
I was attempting to make use of the Day Scheduling View without success and no idea why. There is something missing in both documentation and the tooltip. “This field is used with scheduling views. This should be a reference on the grouping model specified in the Scheduling View.” Should read: "“This field is used with scheduling views. This should be a reference to the Id field on the grouping model specified in the Scheduling View.” I was attempting to use another model where I had a reference field to the user called To_Firm__c, but this can’t be used since the code looks up the Id field.
I have a field with input type as ‘checkbox’. Is there way to change input type from checkbox to radio button?
Hi this was fixed last couple releases for Rockway. After winter 18 salesforce release, we are seeing the Text Area input shrunk to a very short field. Is this a known issue?
when the message is large, text overlap each other and it is not looking good. function showMessagePopup(errorMessage){ var popupXMLString = ‘’ + ‘’ + ‘’ + ‘ ‘+ messageString +’’ +‘’ +‘’ +‘’ +‘’ +'</actions>' +'</action>' + '</actions>' + '</pagetitle>' + '</components>' + '</popup>'; var popupXML = skuid.utils.makeXMLDoc(popupXMLString);
Want to use inline css in skuid xml page
Here’s my formula: IF( {{Signatures\_\_r.records}}, {{Signatures\_\_r.records.0.Signature\_Name\_\_c}} + " (" + FORMAT\_DATE( "m/d/yy", {{Signatures\_\_r.records.0.Signature\_Date\_\_c}} ) + ")" , "" ) Here’s the error I’m getting on runtime: The funny thing is, the formula is actually working. It’s returning the results I expect. But it’s a bad user experience to have an error that isn’t really an error.
I am merging a field into a script. {{Video_Unique_Id__c}} is equal to w4rx51kbzw Three scenarios. The first 2 work the third does not Scenario 1&nbsp;] Scenario 2 &nbsp; Scenario 3 (fails when I try to merge the {{Video_Unique_Id__c}} in the second to last field &nbsp;  Here is what happens on the third. https://drive.google.com/file/d/0BzBJWINUVfkvbEVYNXQ1ZElrOW8/view
Hi at all,I’ve created a formulaIF({{Telefono}}=={{$Model.Pratica.data.0.Azienda__r.Phone}},“”,“!”)It’s working fine but I want It case insensitive. Any idea?Thank you
please reply soon
in chart menu there is no axes.
The Create Row action property “Have associated Components initially show this row in…” set to Edit Mode doesn’t work with field editors. Example: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="accountTest" limit="" query="false" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account"> <fields> <field id="Name"/> <field id="AccountNumber"/> <field id="Id"/> </fields> <conditions/> <actions/> </model> </models> <components> <buttonset model="accountTest" uniqueid="sk-2boQiu-116"> <buttons> <button type="multi" label="Add in Edit Mode" icon="sk-icon-add"> <actions>
If I have a Skuid model (let’s say, for Salesforce Tasks) and a user updates one of the Task records to ‘Completed’ and saves using the standard ‘Save’ action - would all records be committed to Salesforce in their current state?Or are only the changes committed? It looks like it’s only the changes, but was hoping someone could confirm!I couldn’t find an answer after a few searches, but I swear I knew how this worked at one point … Thanks!-Pat
Hi,How to access Javascript static Resource I’m getting problem I was created Static Resource,by uploading a javascript .Js file ,in javascript snippet i have used Static Resource now i’m getting problem how to access that through actions like Run Javascript snippet ??
how to add css for a column header and also for column particular field seperatlyplease reply soon . advance thanks
Can I get some suggestions on how I can troubleshoot an issue I am having with conditional rendering of components? It’s not behaving as expected and I cannot determine why and I am so ready to be past this issue. I have two wrapper components that conditionally render based on: User ID matches (or doesn’t match) OR User.Custom_Field__c = One of multiple listed values (or doesn’t equal) The logic is such the page is supposed to show only one wrapper component. It working great for most users! But I have one user where Skuid is displaying both wrapper components. The user only matches the criteria of one of the components. I have verified that model that pulls in the Custom_Field__c is populated correctly (by dropping a basic table on the page). Thanks for any thoughts! Wrapper 1 Conditions <renderconditions logictype="or"> <rendercondition type="multiple" operator="in" fieldmodel="RunningUser" sourcetype="fieldvalue" nosourcerowbehavior="skipandnorender" field="Custom_Fiel
Matrix BusinessAccount name TypeI like to show filed value like this is it achievable using skuid ?
I have been struggling with this for more than a day now and would really help if anybody from the community could help me out with this. We are trying to keep our users within skuid as much as possible so we are in a process of skuidifying whatever we can… one of which was the new notes object. We had the old notes already skuidified, so I assumed this would be an easy process… except it involved building models for all these objects - ContentNote, ContentDocument, ContentVersion, ContentDocumentLink and I wasn’t very happy with the end result. One of the biggest reasons being that the users get the richtext experience with native salesforce and I wasn’t able to do that using skuid.So I instead thought of displaying the native salesforce page for notes in a popup using an iframe, but I got the error that it cannot be done “in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’”. I remember having dealt with this issue with chatter and I was able to fix that using the skuid__socia
We have a skuid page that is shown on a Force.com Site which is then embedded via iFrame on our own website. As such it uses “third-party” cookies since the skuid cookies via force.com are not from the same domain as our website.Some users have settings in their browsers to disallow third-party cookies. When this is the case the skuid system works for some things but not others (like it won’t save data in some cases).Is there any easy way in Skuid or on a visualforce page/site to test to see if cookies are being set properly so I can show a warning or error message about this problem?Thanks for any ideas.FYI the error message I get from Skuid is:skuid__SkuidJS:7 Uncaught DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
I have an iframe template in a popup window that displays a third party screen for DiscoverOrg. This has been working perfectly fine for about a year and it suddenly stopped. It still works fine in our sandbox instance. The code is exactly the same. This looks like a problem on the vendor side of things, but I find it strange that it doesn’t happen in my sandbox instance. We are on NA33 in salesforce. Did something change there that would impact this? Did skuid make changes that would impact this?
Hi at all,is it possible to call SOAP webservice?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.