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
Is there any limit on how many lookup field there is in one table? For some reason one of the lookup field I have is not working as expected in a table.
So back in the day, I remember doing ‘console’ screens in Skuid v1 with a list/table on the left and page include on the right. Clicking on an item in the list/table updated the page include to use the id of the item that was clicked on. I looked at the Skuid Skool Page Include course, and it’s not-helpfully always using the hard-coded first row of the model. There’s no interaction on the ‘main’ page which influences the included page. How do you get the page include to ‘draw’ with the selected row? I setup a click interaction for the template field in my table, but now I have two problems. {{Id}} is always getting the same value, and I can’t figure out how to ‘send’ it to the page include. The page include is setup with a Id=(param}Id condition on the ‘main’ model. I was expecting the Interactions to have an option to update the page include or such. I tried adding a “Run Page Include” action on the template field interaction, but there’s no option to pass the parameter. (Not that I
Using V1 on Dubai. I have a child relationship template field in a table that uses merge syntax to display an {{Amount__c}} from the child object. This is cutting off decimals in the amount for some reason when displayed. Why does it do this? How can I get it to not cut off the decimals here? If I use three braces {{{Amount__c}}} it shows the decimal properly, but I lose currency formatting so I’ll see 1000.25 instead of what I want to see: $1,000.25 I don’t see a reason why it’s cutting off the decimals for currency items that have 2 decimal points. This feels like a bug.
As per Title. Anyone have an answer for this?
Looked over the docs and community without any luck.
Unable to login as a user with SF “Platform Starter” license. They have the Skuid Viewer permission set, access to the lightning app, and access to the Lightning Page Tab via the profile. Been awhile since I’ve seen this screen. Any clue crew?
We have a Property object tab in Account. There is a lookup field in property called county and state. In salesforce page, these 2 fields have values but in skuid it doesn’t show those value. We are able to put in value on the field but it is not saving. Once we saved the changes the value we put on those fields are not saved.|
So maybe something I’m overlooking, but… I’m working on importing some things to a custom record type campaign. (Importing NPSP Allocations to a ‘project campaign’) I’m also trying to add the accounts(and/or contacts) who made the donation (which makes the allocation) to the project campaign. I have a skuid Model setup for CampaignMember, but I can’t add the Account field to the model. It just doesn’t show up in the list of available fields to include in the model. I have previously enabled the Salesforce “Accounts as Campaign Members” feature. The Account field shows up in the Setup->CampaignMember->Fields, as expected. Security for the account field has it visible to all profiles. ( Set Field-Level Security in the Account Field in the Campaign Member Object) Presumably I’m missing something simple, or perhaps we enabled Accounts as Campaign Members AFTER we added Skuid to the org, and that’s not set something correctly?
Is there any tutorials on Row Actions / Mass Actions? Skuid Skool doesn’t seem to have any. Documentation searches all seem to send me to v1 javascript which don’t apply to v2. The documentation seems to assume things which I’m either not understanding, or aren’t documented. I’m also bumping into lots of dated or dead links related to this. Search the docs for “Mass Actions” and the first link is context and its a dead 404 link. I think some of my problem is understanding what, really, does context mean? From: Context — Skuid v15.3.5 Documentation Mass actions Mass actions allow an end user to select one—or more—rows and perform an action on them. ?>Each selected row becomes context for the action. That doesn’t mean what I thought it meant. I was expecting to be able to reference the model.field in actions, and it would have the data for the ‘current’ selected row. Instead the model is always the value for the current first row in the table. From another community question answe
Hi Guys, I hope you can help me. I am new to skuid and still learning. I want to filter the county lookup (Cutom lookup) field in Account based on the custom state field in the county and Account object. Ex. If the state in the account record is Florida, it will only show the county that is associated to Florida state. I achieve the above requirements using the normal lookup filter in skuid but we need to add another criteria which is “It should not filter the county lookup field if there is no value in the state of account” So, I created a model on County object but it is not working as expected, please see attachment below. There might be something that I missed, please let me know 😃
It’s been years since I’ve worked with Skuid (glad I’m back), and recently I’ve been tinkering with a Skuid database to proof out an idea for my business. Long story short, I’ve got a medical supply company currently operating out of google sheets, and I’m evaluating Skuid as a POC vs. using Flutter + Dart (what we are currently using to build our app). I’m not all too familiar with javascript, so I’m wondering if there is a way to use a JS snippet to send information to a webhook for downstream processing.
I have assigned a user the following permissions sets: Skuid Page Viewer Skuid Page Builder Skuid Admin I have also reviewed skuid’s documentation:https://docs.skuid.com/nlx/v1/en/permissions/ Nonetheless, the user gets error messages on the top of the page as per the screenshot and the ‘Error’ toast message pops up when they save. I have attempted to give ‘Modify All’ to the Page object, this allows the user to save the page, but the user does not see the changes unless they delete cookies. Given that an admin has no issues editing pages, I’m some modest changes (preferably not ‘modify all’) exists that can be performed to allow non-admin users to edit pages. What changes do I need to make? Per response on another post, I have attempted to give ‘Customize Applicaiton’ which helped a lot, though per SF documentation this enables far more than editing skuid pages or static resources: What permission is required to enable access to edit page themes? What permission is required to enable
I was hoping for a built functionality for this, but the only method I could come up with is to use UI only field to keep track of the prior value. Any suggestions for built functionality?
Working on campaigns, and making a table to add items (in this case NPSP Allocations) to a ‘project campaign’ (custom record type) I have a filter on the nsp_Allocation__c model for ‘GAU Fund’, and CloseDate on the Allocation->Opp->CloseDate field. I’m looking to prefill the filter-set ‘fields’ with default values from the Campaign. A ‘GAU Fund’ field, and Allocation->Opp->CloseDate date range. I’ve tried setting the model condition fields via an action when I show the table/filter-set. I it seems that the GAU fund lookup field populates the filter-set field, but I can’t get the dates to prefill. (I say seems, because I had it working but can’t get it working again) Is this possible? I looked thru the Skuid Skool filters lesson, but didn’t see anything.
Our org is new and this is my first time creating a sandbox on this org. We have a skuid page in accounts page but when we click on the account record, the page won’t load. I checked on the console and found some errors. Please let me know how to proceed with this. Thank you!
We have a requirement where we don’t want to display a Deck card if the Table inside the Deck doesn’t have any rows to display. The Deck is on Quotes and the Table inside the Deck runs on the Quoted Solution. A card shouldn’t be displayed for the Quotes that do not have any Quoted Solution. I am using the context condition of Quote Number. I have tried to use the same in the display logic for rendering but that doesn’t seem to work. These cards should be displayed: These cards shouldn’t be displayed: Any hints on how can this be achieved?
Environment: API Version: V1 Release: Dubai Release version: 15.3.7 Platform: Salesforce Brief Summary of the Defect/Issue: 15.3.7 V1 page, using a Search component, under the Return Objects tab, clicking the button to Select Fields next to Fields does not do anything. It should pull up the ability to work with those fields, currently there’s no way to set up / edit fields unless you do it directly in the XML. It didn’t function like this in earlier SKUID versions. Action Performed: Clicking the Select Fields button under “Return Objects” on the Search component’s properties Expected Result: Opens up a field selector. Actual Result: Nothing Happens Additional Resources:
Hello, I have an aggregate model that has multiple Model_Lookup UI Only Fields. I see the sortable option on the field when I add it to the table, but the up / down arrows that typically appear when a field is sortable are not appearing. Are UI Only fields on aggregate models not sortable by users on a table? Thanks
I’ve implemented the Tab action override for a custom object as per these instructions. Here is the XML for my SkuidBatchesTab component: <aura:component implements="lightning:actionOverride,force:appHostable" access="global"> <skuid:page page="BatchesTab"/> </aura:component> Here it is implemented as an override. And here is the browser tab title as “SAS_Batch__c”. So how can I set the browser tab name?
I have a skuid page with 2 UI-Only fields. These 2 fields get populated by a snippet that runs on page load. The issue is that whenever a change is made to any other field and the page is saved, the values disappear and both fields become blank. Is there a way to make the field values persist after hitting the save button?
I have two Salesforce sites to show skuid pages, one works (made before my time) and one does not (the one I’m currently trying to make). The visualforce page for my skuid page works, and the home “active site home page” works. However, when I try the url for the site, I get the message: " You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named SKUID PAGE NAME. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page." As the visualforce page and home page work, I don’t think it is a problem with the actual skuid page, but I must be missing something. Again, both page profiles on Salesforce have the exact same privacy settings, but one works and one doesn’t. Does anyone have a suggestion?
Defect/Issue Description:Unable to use existing data sources on Skuid site. Environment: API Version: v2 Release: Dubai Release version: 15.3.6.0 Platform: Managed cloud Brief Summary of the Defect/Issue: Unable to use existing data sources on Skuid site. Unable to load any pages as the pages don’t seem to have access to data source. Only difference is updating release of Skuid on Salesforce to latest version. Action Performed:Attempted to load pages in builder. Attempted to load app. Attempted to view data sources. Expected Result:Load appropriately Actual Result:All failed to load Additional Resources:Video of issues
Defect/Issue Description: Unable to use Skuid Component in Lightning Page Environment: API Version: V2 Release: Dubai Release version: 15.3.6 Platform: Salesforce Brief Summary of the Defect/Issue: Unable to make use of Skuid component in Lightning page. Action Performed: Created Skuid page as per XML below. Add Skuid page component to both Account Record Page and custom app. Expected Result: Should have displayed the skuid page. Actual Result: Got 3 errors in console and skuid page component fails to load page. Access to XMLHttpRequest at ‘https://sasmfg--skuid.vf.force.com/resource/1674052024000/skuid__next/js/vendor.js’ from origin ‘https://sasmfg.lightning.force.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Uncaught (in promise) Error: Timeout: https://sasmfg--skuid.vf.force.com/resource/1674052024000/skuid__next/js/vendor.js Uncaught (in promise) Error: There was an error rendering a Skuid Page component f
I have a requirement where I want to control all the validations in the form in the following manner: The ‘Save’ button should save the form without running any validations. The ‘Submit’ button should save the form after running the validations. Can this be achieved without writing custom code? If custom code would be needed, how will it look like? Any suggestions would be helpful.
I have a requirement where I want to create records of Quoted Solution for each of the picklist value selected in the multiselect picklist field of Quotes. Both of them are Ui Only models. The records get created successfully but when I save changes in both the models, additional rows get created in the Quotes model. If I select two picklist values, two rows get created, if I select one value, one row gets created I think the issue is with the way I have configured Deck, not able to figure out the correct approach. Refer to the screenshot below: The first component is the Table where the user will input Quote. Once ‘Save Quote’ is clicked Quoted Solutions records are created based on the selected picklist values and both Quote and Quoted Solution model is saved. The second is the Deck which has a Table within it. My Deck is on Quote and the table inside the Deck is on Quoted Solution. Please note that in order to link Quoted Solution records to Quote, I am populating the Quote Number
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.