Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi Guys, is anyone experiencing issues writing back to a DSO? We can query all data, but trying to update a field and saving it gives me a very ‘generic error’ We checked all possible permission setting, different DB users… to no avail, the DB si not even getting the request I tried on latest skuid version in sandbox and same issue Any help would be greatly appreciated Thx
Iam How to identify SOQL errors and show it on Skuid UI
In the documentation it says this. var api = skuid.lightning.workspaceAPI; https://docs.skuid.com/latest/en/skuid/api/skuid_lightning.html
I am trying to adopt 399 records and it throw’s an error.
This discussion has been merged.
Deliver amazing digital experiences 10x faster with MuleSoft and Skuid. A Proposal For over seven years, thousands of developers, admins, and business people have used Skuid to build killer applications for millions of users on the Salesforce platform. Just as MuleSoft’s Anypoint Platform takes the “donkey work” out of building APIs and integrations, Skuid removes the “grunt work” out of building application front-ends. With Skuid, you can rapidly build rich digital experiences that leverage the data and process unlocked by APIs created with MuleSoft’s Anypoint Platform. With MuleSoft, Skuid, and your existing data sources and services, you get an end-to-end, scalable platform for rapidly integrating and building powerful, useful applications with little to no code. While we have already positively determined the technical feasibility of a MuleSoft-Skuid collaboration, we want to gauge real-world interest and gather broader input from you in hopes of determining the desirability and vi
https://community.skuid.com/t/how-to-have-skuid-listen-to-lex-platform-events-howandhttps://community.skuid.com/t/seeking-deeper-understanding-of-lightning-component-eventsAre great.However I think I must be missing something as Zach talks about event triggered sequences there is no skuid:event in the declarative list of Event Names. So if for custom platform events do we need to set up a listener via code to then trigger the action sequence?My use case this go around is very straight forward:Attachment gets added to sObject(it is Attachment so process builder wont work), fires a trigger that publishes event (for skuid) that then runs action sequence ( which closes sliding panel).Thanks for all the help. Hope everyone is safe and well!
Using RPA, I am trying to capture a 16 digit number from a program and paste it to excel. Either it will not copy it at all or it will copy it and change the last digit to 0. I have tried using the commands ‘get html object text’ and ‘get html object value’. Am I using the wrong command?
using the skuid cli to push a page to salesforce, it cuts the xml of the page off at 6755 lines of xml. The page validly has 6992 lines of xml in salesforce.
DSS - Set wrapper height and width to same. ie. make a square
Spark Update 3 V2 - 12.4.7 - Picklist fails to load values on Custom Picklists
Where can I set this in DSS?
Spark Update 3 V2 - 12.4.7 - Conditionally not Rendered Button Taking up Space on Page.
Spark Update 3 V2 - 12.4.7 - UI-Only Formula fields not available in Component Display Logic
When cloning a component somewhere within multiple nesting doesn’t place the new cloned component just below. I’ve seen it placed at either the top or the bottom of the page. Real pain on large pages. 😕
I have rendered a reference field as a picklist in skuid which uses a filed form a model to display values in it. In console, it shows that all 53 existing recordsa re being fetched but only 50 values were getting displayed. The limit on the model rows fetched is given as 100. Could soemone help?
I have a table that displays Assets. I have added a Table Filter that filters by the related Contract. This filter is setup with the “Pick Options and Condition(s)” set to Automatically.The filter works correctly, however, it only displays the Contract Name and unlike Manual table filters you are unable to change the Label Template. The Contract Name isn’t the best option for the user to search by in this instance.Interested to know if there is a work around to add additional fields to the label when using an Auto Table Filter. Would love to have it show the Contract Number - End Date - Status for example.Thank you,Adam
Like this in my V1 page.
This is astounding to me that this is the first time I noticed this.Try this.Edit an Event StartDateTime value in Skuid. Notice how the EndDateTime value hasn’t changed? Now save the event and notice how it changed? It’s staying exactly X minutes into the future based on DurationInMinutes. So, editing the StartDateTime value of an event should always update the EndDateTime according to the DurationInMinutes. This is how Salesforce LEX and I think Classic does it.
I am using dataloader to upload 18,000 records. When a record is written to the custom object Process builder uses Apex to send an api request to Google. Nowhere am I using Skuid. However, we are getting this message “skuid: Number of query locator rows: 10000 out of 10000”. Any ideas?Here is what salesforce is saying:Hi Bill Thanks for your time over the call. As we discussed you will receive this warning when the class is querying for 10000 records. From our server logs, we see that this error is from the managed package called ’ Skuid’ and the apex class is ‘remotingstubs’. I also see the following apex/methods being used VF: /apextemplate/apexremote VFRemote- skuid.RemotingStubs invoke(load) VFRemote: skuid.RemotingStubs invoke(load) Since this class is from a managed package, please check with the third party support and see why this class is being used when there is a data load activity. Total number of records retrieved by Database.getQueryLocator is 10000. https:/
This error started popping up recently on any page Standard Skuid page(see screenshot) or custom developed Skuid page. After refreshing page 2-3 times it goes away. There is no extra information available, however from the error description it seems Salesforce is notifying internally to Skuid. I have Skuid version: 12.2.14 installed Salesforce org is on Spring’20
I am pretty new to Javascript, was wondering if anyone could point me in the right direction. In the below script what I am attempting to do is pull in the model User_SFC (user table) and grab specific field values. Then, I want to use those values to map it to my aStr variable fields. There is another part to this script I can’t include, but this is where I am having the problem. Can anyone point in the right direction? var params = arguments[0], $ = skuid.$; var User = skuid.model.getModel(‘User_SFC’); var fields = [ User.getField(‘City’), User.getField(‘CompanyName’)]; var aStr = new Object () ; { aStr.city = ‘$fields.City’; aStr.company_name = ‘$fields.CompanyName’;
For a public access site that is using a SKUID page to display information, what security concerns come up and how can they be addressed? If I have a page that receives a passed ID to do a query, someone can potentially pass a different ID and get information from that ID that they shouldn’t necessarily see. I can perhaps secure this using a “token” along with the ID to run the query, which is my current line of thinking, but what other things might someone exploit on a SKUID public site? Could they somehow (using javascript perhaps) modify the query to remove that token condition? I could set up Salesforce object level permissions to be more aggressive, but in doing so it would really be an all or nothing on a per object basis rather than only allowing the user to query for information specific to them. Let’s say I want to expose the Invoice object to customers through the public site, but only want customers to be able to view their own invoices; how can this be secured? If we set up
Just upgrdaded to Spark 3 and where we haad querystring such as “Status=In%20Progress&tab=progress” having upgraded, these are not getting picked up now?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.