Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Using a very standard calendar component on our home page with no special customizations, when a user clicks a calendar event it (correctly) sends them to that event/task, but it does it in an iframe, causing the page to double-up. Screenshot attached. Any ideas how to fix this?
Say I want to do something like:IF(A=B,“B”,IF(A=C,“C”,IF(A=D,“D”,“A”)))How many nested IF’s can I do in a UI ONLY Forumla. Is there a limit?
I need look into a long text field and determine if a any words from a list are contained in the long text. I can do this using a UI only formula field for one word, but what would be the best way to compare it to a list? Salesforce Formula fields have a “Case” function, but it can’t be used on Long Text Fields. I don’t see a Case type of option in UI ONLY forumlas. Is it possible?
I have a page that is sent as a confirmation to a site user. Since they are not internally trained skuid user they do not understand they need to press the checkmark so I can run multiple actions. The purple fields are actually a formula HYPERLINK( Search_URL__c , Search_URL_Name__c , “_blank”) When I click on the purple field it does take me to the correct url page. However, I need to update a boolean field in the record with “true” in order to run a process builder and flow. Is there a method to run multiple actions on the purple field below? An example page can be seen athttps://dorothy.secure.force.com/Seek/?id=a0Xf100000L5uRNEAZ Click on “History”, click on a purple box. That is when I need a field updated in the record.
Since upgrading to 10.0.7 we are receiving the skuid:Too many SOQL queries: 101 An unexpected error has occurred. Your solution provider has been notified. (skuid) error. These pages have not changed. Is anyone else receiving this error.
I’m trying to create a simple Model Lookup formula with page with two models, ContactData and a task model. It won’t return any values. What am I doing wrong?MODEL_LOOKUP(“ContactData”,“Household”,“ID”,{{WhoId}})
Anyone know what would be causing this error? I keep hitting it, but it is unclear what I"m doing wrong and what I need to do to avoid it.Uncaught Error: cannot call methods on tabs prior to initialization; attempted to call method ‘refresh’Thanks in advance,Andrew
Hi Guys, these are several scenarios that I’ve tried and all hit a dead end.Having a problem with the Submit for approval in the service console. 1) I was able to use this ideahttps://community.skuid.com/t/how-do-i-expose-a-submit-for-approval-button-within-skuidunfortunately this doesn’t work for Service Console and giving me a “openPrimaryTab: name.cs14.visual.force.com is an unauthorized domain. Contact your administrator to authorize it”===================================================================2) then i saw this post:https://community.skuid.com/t/adding-on-click-javascript-button-to-skuid-for-smsmagicso i decided to use skuid button instead that call a JS, the problem is the _CONFIRMATIONTOKEN that’s getting generated. Using !URLFOR() in salesforce is the way to generate this, does skuid have a counterpart for it? or a way to generate the confirmation token? or is there a library i can load as external to be able to use !URLFOR() in skuid?=================================
Has anyone else found this to be the case?https://www.skuid.com/releases/salesforce/I’m sure I’ll get used to it, but the table was much cleaner. Having the release notes mixed in with the deck and queue components is a cool demonstration of the technology, but the interface is crowded. Not to mention the three separate scroll bars (two vertical and one horizontal) make the page just look ugly to me.
We use Skuid to build an application review process in a public-facing Portal (someday we’ll grow up and be big boys and girls in SF Communities – we’re not there yet). We seem not to be the only ones who find that Skuid’s auto-assignment of licenses and Page View Permissions isn’t effective for high volume SF licenses associates with portals and communities (e.g. Overage High Volume Customer Portal). Auto-assignment works fine for other SF licenses (internal staff), but not for external users. So I’ve been approaching this from the apex side and nearly have a solution – I think the only thing getting in our way is our complicated coding environment tripping up my unit testing. But I’m not sure. Has anyone else taken this approach? Trigger: //For Skuid only, adds a free, unlimited Permission Set and License to all new Users. trigger SSA_Custom_User on User (after insert) { List<User> users= trigger.new; FOR(User u :users) { IF(u.ProfileId == '00e12000000RuwGAAS') { SSACustomUser.
When modifying a chart to remove a max or min value on a data axis in page editor, instead of removing the maxvalue or minvalue parameter, it remains in XML pointing to =“”, which causes the graph to render without an axis.
I’m am shifting from Skuid for Salesforce to Skuid Platform as I’m another bailing on the SF back end. I’m accessing data using REST API - mostly from Zoho and we’ve made great progress. I just want to use drawers here like I’ve used them in SF but some of the methodology is different. For example, conditions in the Model field are now URL Merge Conditions but they only allow a merge from the primary ID. How do I set this up so that when I create a drawer, I see the records in contacts related to the Accounts where Account_name.id in Contacts = AccountID in Accounts?
We have a search component that is returning no results regardless of what we enter. At one point it was working but I believe we since added tab set to page with tables inside. Search is outside the tab set. Could that be the issue? Can we not use Search outside tab set? This appears to be case as Search works when placed in the Tab. Looks ugly so we won’t use if that ends up being required
When copying/pasting XML from Sandbox to Production the page in production shows up as a blank screen even though all the XML code is there. Is copying/pasting the XML not part of best practices? This is something we do all the time and could potentially be a big problemSkuid VersionSandbox: 10.0.4Produciton: 9.5.12
Hi everybody, we are having an issue with a page include in a pop up: when we reach the page directly via web url, everything works fine. But if we assign the page via page assignment with the following settings: (we selected other situation connected with a salesforce tab) and we get an include error Any hints on what could be creating the problem? Thanks a lot Andrea
Strange things are happening. Check it out:
I have an aggregate model showing time taken per step (i.e. grouped by name of step).There are different targets per step. Is it possible to create a UI only field to be a target per step (where each step has a different time target)?
I have an object called Assessment. It relates either to a parent LEAD record or a parent OPPORTUNITY record. So I want to launch the Lead version of the page from the Lead record (assessment is a related list) and the Opportunity version of the page from the Opportunity record (assessment is a related list). I’m unsure how to go about this.The Lead currently has a Skuid page over it…but I can’t for the life of me figure out how to launch the Lead version from the Assessment Table (I’ve tried a global action with the Lead ID added via merge syntax but the ID isn’t loading into the URL redirect).
I am trying to find a way to add the ‘Files’ related list to a Skuid page. Im only able to add ‘Attachments’ list however.
I’m having problems completing the tutorial on this pagehttps://docs.skuid.com/latest/en/skuid-platform/data-source-tutorial.html 1. Only sometimes - very infrequently - is the External Object Name drop-down populated 2. Page Preview produces a blank page 3. The page doesn’t save the model or the table I have tried the tutorial in both Internet Explorer 11 and latest Chrome (it’s worse behavior in Chrome) Any ideas what the problem is? Cheers, Mark
In Salesforce console, macros can be created that are used frequently by team members. How could this look in the context of Skuid?
While exploring on Skuid SAML User provisioning, I found that my new user is getting created but his Profile is ‘Standard’ because of which Homepage is not getting displayed and showing ‘Forbidden’ error. Is there any way by which we can add user role in SAML assertion? How this role mapping happens? Please provide me link of the document if available with you.
I have 5 fields basic amount 1 to basic amount 5 and 5 another Total 1 to Total 5I want to add amount1 to amount 5 and total 1 to total 5 . then want to show in pie chart.
I have a tab on which I have a number of field editors positioned in the way that the designer would like. For one of these editors I would like to add fields dynamically via a Javascript snippet. All the postings I can find thus far refer to the dynamic creation of the entire field editor. I don’t want to do that. I want to target a specific field editor and add fields to it.
I am working on calling APEX classes. (Ultimately I need to get a List into snippet. I am trying all 4 methods outlined in https://community.skuid.com/t/calling-apex-function (the seminal post). In this question I am trying to understand using @remoteAction (method #4). In this post and https://community.skuid.com/t/problem-in-calling-apex-function or https://community.skuid.com/t/how-to-display-data-returned-by-apex-class the syntax of the code provide seems to say that you can fo something like: var newAccount = MyApexClass.createAccount('Acme Generators'); I actually get a remoting error. I know this can be handled with callback but, i am curious how the examples are getting values out of call. my example remote method is: public with sharing class whyNotWork { public whyNotWork(ApexPages.StandardController controller) { } @remoteAction public static String showIt(String a){ String b = a +‘hello’; return b; } } since I would like to capture the value in the s
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.