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 anywhere to pass a list of IDs from model to a URL other than using a JavaScript component?
The go to URL action performs admirably most of the time however there are situations where I may want to go to a specific tab where the go to URL action is not producing the intended result. Use Case: I have a subtab called contacts. I want to have users click a button on a popup and have them directed to that subtab. If I add #contacts to the end of the URL and load it manually at the top of the browser and hit enter or refresh the page when I am on any tab or subtab it will automatically open the page and go straight to displaying the correct tab. However in my case when I am on a popup on the same page (but different subtab) and I set the button go to URL action to the page (but with the #contacts) appended to it the page does not seem to load. It seems as if the system is detecting that I am already on the Skuid page and ignoring the request to load the URL. Is there a different method I should be using for the button so it navigates to that subtab when pressed?
What’s the formula format to color v2 calendar as “result of template”? Looking for the ability to vary color based on owner ID If({{OwnerId}}=xxxxxxxxxxxxxxx, #32a852, IF{{OwnerId}}=yyyyyyyyyyyyyyyyyyyy, #32a852, …
Hi All, I’m having problems passing a record ID to a stand alone Skuid page in Lightning App Page. The Skuid page is looking for an Account ID based on the Page/URL parameter value = Id. The Skuid page is embedded in a Lightning App Page which is a single region with the Skuid page loaded as a Lightning component. I have made a formula field on the Opportunity to link to this page, passing the Account ID but the Lightning App Page is not accepting the ID. It’s loading but then ignores the Id parameter and just gives me standard page without and data. How should a URL be constructed to pass an ID to a page in this way? The page URL is ‘…lightning.force.com/lightning/n/MC_Licencing’. I’ve tried adding ‘&id=0010r00000dLnu0AAC’ but I get a ‘page does not exist’ error. I’ve tried adding ‘?id=0010r00000dLnu0AAC’ but it is ignored and the page loads as normal without any data. This is pretty new to me so apologies if this is a school boy error. Cheers, Rob
I’m trying to remove the value stepper in a field in a table. Some users are finding it annoying and just want a blank field to enter in the data (number or currency).
Hi guys, maybe I’m missing something simple,in V1 but I have a step in a process, where i need to query some fields (over 50) from a model, to see if any are blank. If blank I need to display those fields and allow the user to fill in the missing data, before moving to the next step. The issue, i’m having is that if I add let’s say all 50 fields to the page, and on each, I make a condition to only show if = blank/null, the moment user starts typing in those fields, the field disappears (as no longer blank/null) and user can not complete adding info into it. The only thing that comes to my mind is some sort of JS script, that woudl delay the hidecondition or somethign similar, but wondering if maybe a simpler way, as a JS noob Any idea would be appreciated Thx
We have a UI only model lookup to an aggregate model of quote line items to return the value of a specific product to the Quote model. However when there’s no product in the quote line items the formula returns a -1 value. The model lookup formula we’re using is: MODEL_LOOKUP(QuoteLineSum, sumSubtotal, product2SubFamilyc, “Management Discount”) where subfamily is the specific product we need to pull the value for. We’ve also tried a JS snippet to reevaluate the formula and it still shows -1. var params = arguments[0], $ = skuid.$; alert(‘in js’); var model = skuid.model.getModel(“Quote”); model.evaluateFormulaFields(); We’re completely stumped as in the console the QuoteLineSum object has no data rows with a value of -1 but in the Quote object where the UI formula lives, the data rows are showing the -1 value. Anyone have any insight?
Hi, I’m uploading a file to a ui-only field to hold it until after record creation and then associate it. All works fine - except, I can’t capture the original file name. When using the ‘save to model’ option, where does the field name go? Is there a merge syntax like something in previousaction that might have it? could it be parsed from the data in the field? Thanks! Paul
Anyone else experiencing this? Also found some wonkiness with moving fields around in forms, sometimes they disappear. A quick save & refresh reveals them again. Also, models act funny when using the search function. Sometimes I cannot search again, or if I add a new model, I cannot access fields, etc.
I wanted to fetch logged in user details on click of button for first time and want to display an alert on click of same button from next time onwards. Can anyone please suggest how can i get logged in user details on button click.
V1 pages only show pencil/edit icon for read/edit fields when hovering over. V2 pages show pencil/edit icon for all fields that are read/edit. How can I control the icon visibility and/or color in the Design System?
I have some long field names, but the values in the fields are often only two or three digits. Right now, my tables become very wide - I’ve used the ‘fit to content’ option, but every column defaults in width to the length of the column header. Version: 13.0.11
The following template field is rendering an image in my deck component with a template field: <img src="/sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId={{{ContentDocument.LatestPublishedVersionId}}}" width="100%" style="margin:1px;"></img> It pulls the images from the chatter feed. I cannot get it to work in V2. Is there something simple I am missing or does the structure need to be different in V2? The goal is to have one image per card. This is my V1 deck below:
Hi I am trying to use Skuid to make it easy for users to view notes but the content field is base64. Does anyone know how to decode this in Skuid? I tried using javascript and atob method but it does not work. I get a error saying the field is not properly encoded.
This discussion was created from comments split from: Queues with drawers: expand and collapse all top-level queue drawers.
I Have an email alert on Account object which has VF template and I need to send Account field details through that email. I have a page which is displaying multiple account details. Also a custom button to trigger mail. On click of the button I want to send mail which should have particular account details. But when i try to select salesforce as a Data source, I’m not getting Account object and not able to select my email alert. Can anyone help on this please
We have a table under a chart, and in that table is a row action that opens a popup that has a page include. Every time you click the row action, it refreshes the chart above. Is there anyway to prevent the chart from reloading like that?
when we cancel input field data on the page for the first time, instead of input field data, fields are getting disappeared for all users other than system Admin.
I have a model with an Intended Fiscal Year field and I want to set the model condition to the current year. Can I do this in the model condition? The data is displayed on a table in a tab and I tried adding using action when the tab is rendered to activate and set this condition but no records were returned. Here is what I did: Created condition on model filterable default off called IntendedFY and set it to None-A Blank Value Created an action whenever the tab is rendered to: a) Activate and set IntendedFY model condition to Year(Today()) and b) Query model. I appreciate any help from the community on how to solve this. Thanks!
Is it possible to configure popup’s outline border in V1?
after you input some values onto this field and if you want to reset the input value. if you click cancel to clear all the fields including richtext fields, richtext field alone appearing, the data is not saving in the backend but from UI i am unable to clear the input values. can some one help 😕
Can anyone point me to information or a tutorial on how you could show a table or list component of contacts where a user could select specific contacts from that list and then create a task for each contact? I think this could all be done in Skuid, but I’m not clear on exactly how. Related to that, is it possible to take the selected contacts and pass as a collection into a Salesforce flow? I’m trying to understand what’s possible.
How do I accomplish the V1 functionality of having a button run a salesforce dynamic report? In V1 it’s done via Button Type > Custom: SF Button/link and selecting the relevant button or link. I can’t see how to do this in V2. Thanks
Hello - I am trying to reference a field from my model as the label for another field but running into issues. Both fields are in a single model, and I’m querying on page load. Using the field selector, I get {{ }} around the field name, and leave it as is in the ‘Custom label’ area. When I check the preview or the environment it is blank. Ultimately, I’d like to have my label read ‘Quantity of {{Product_Unit}}’ but it’s not working out. Has anyone experienced this? It seems straightforward but keeps coming up blank. Thanks!
Hi all@Rob_Hatch I am trying to create a new record (as a Guest user) but want to assign to an account owner (internal Salesforce user) from a picklist and save. However, I am now facing an issue as follows: ‘insufficient access rights on cross-reference id’ After googling, it seems that it is a Salesforce error related to the following: Scenario: When creating a record and attempting to assign it to a new user in the same call Possible Cause: Create a record first, and in a separate call update the record with a new OwnerId. How can I do this with Skuid - ie. Save the record and then update it after with a changed Owner?
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.