Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is it possible to customize individual popups? There doesn’t seem to be a way to uniquely identify a popup component…
I have a model that uses a subquery on the CaseTeamMember. There are two sub-conditions, the second of which is filterable. I’m using a page title button to set the TeamRole.Name1 sub-condition, which works great. (I’m using the button to set this condition on multiple models on my page…the button serves as a filter for all models on my page.) Here’s the issue: the second page title button that’s supposed to deactivate the sub-condition isn’t working. My button deactivates the model conditions (there are 9 models with the TeamRole.Name condition), then queries the models (behavior is set to Standard - Completely Replace Data). Any idea why this isn’t working?
Is it possible to load a record into a Page Include component without using a queue? I have a button on the parent page to create a New Record, but i’m stumbled as to how to load the record into the Page Include…
Is it possible to add an ACTION that will close a popup after a queue selection is made? I have a queue in a popup on the parent page that loads a record into the Page Include. I’d like to have the popup close after a selection is made… Possible?
Is it possible to create a load page that will display in the detail portion when the site is first entered? I have a parent page and detail page (displayed in a Page Include component). I’d like to have a unique page displayed when the user first enters the site…
How to pass parameter to <skuid:page page=“TestPage”> in lighting component i.e. need to pass id to the skuid page while using in a lightning component <aura:application > <skuid:page page=“TestPage”/> </aura:application>
I have a spreadsheet i want to process and create records from. What i need to create is not a one to one mapping so data loader won’t work. But if i could attach to it as external data i would write js to do the processing.
Hello, Not really sure if this is a bug or something that I’m doing wrong But here’s my issue I have table with 2 different Row Actions. #1 named “view Detail” and #2 named “Actions” #1 open a popup with a PageInclude#2 opens a popup with fields from same model As Table Opening each action individually works fine. If I open them in this order , the issue happens Open #2 (result is as expected) Open #1 (result is as expected) Open #2 again (seems like popup is no longer associated to row action was made from) I tried to add a query model before the popup action, but only made it worse Any ideas? Thank you
We have created a new Account Detail page with Tabs and have added Notes and Attachments as a Tab the issue we are having is the Notes show up fine how ever none of the attachments are showing up , We can add new attachments but none of the existing attachments that we had prior to the skuid page are showing up? We have the following condition in place Thanks for any help.
Please Tell me how to use “Wizard Component” in skuid pages to update a existing contact record. The New Contacts are created by a skuid page which uses Wizard and having three steps to create a new Contact record. Now I want that I can update created Contact Record by taking id from url and using the same three steps of wizard component.Can I do the same with Wizard ,If yes then how?.
In the Winter 15 release, they added the SOQL clause called “USING SCOPE” (see: https://help.salesforce.com/apex/HTViewSolution?id=000204543&language=en_US)Is there any way of making a Model with this feature? If it’s not yet supported by Skuid, can anyone tell me how I can access the SOQL generator so I can override the skuid function until it’s supported?ThanksMat
A user first come and create a new contact. Then he log in and I want the same create Contact skuid page come with the data that he entered at the time of creating contacts and he will able to update his data. But I was facing the problem that while I was giving id in the URL no any data get visible in any of the field on the skuid page.And I also want to know how to rerender buttons on the basis of Id in the URL.
Hi, We are extensively using popup functionality in our org for creating records or for displaying list of child records for any object. We are consolidating Opportunity creation into a common skuid page which will be invoked from popup. We are running into an issue when creating Opportunity from a custom object. Here is the data model: Call Report has parent lookup field for Account. For each call report, we can create an Opportunity (from row action). We need to pass account or broker id (AccountId, DBG_Broker__c refers to Account and Broker respectively for Opportunity). Out of all popup invocations, only this page is unable to pass account or broker id to our opportunity creation page. I have tried with different models to pass id to popup but none of the works. I have tried activate and set id of call report. query call report model and pass account id from call report model. activate and set id of account model. query account model and pass account id to popup. activate and set i
I’m looking for a way to way to display values for each data point in my charts (and ideally only show values for certain series), is this possible in Skuid?
Hi, we can see the visual flow fine from a desktop browser but not from an actual mobile device. On a mobile device, the following error is displayed - <pre>This content cannot be displayed in a frame<br><br><br>To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.<br>What you can try:<br><br>Open this content in a new window What can we do here to resolve this issue?
Hi there, In an effort to help guide users on what pages they are looking at, I am trying to add a small box in the header to tell them what object/screen they are on. Works great in tabs pages, doesn’t work great in record view pages. Any idea why? Screenshots below.
We have a text field, but tucked away in a drawer. To alert the user to its presence, if it has contents, we are trying to use a UI only formula field that renders as a checkbox.For the formula, we are usingif({{field_name}},1,0)However, the error “1. Invalid syntax for field formula: {{field_name}}. ReferenceError: Test is not defined” occurs.If we change the formula result to render as text and doif({{field_name}},“a”,“b”)then it renders ‘a’ and ‘b’ as we expect.How do we set the checkbox state as a result of an “is the text field empty” query?Thanks!greg
I have 2 pages, a main page and a sub-page that is connected to the main page with a Page Include component. Is there a way that I can add a button to the main page that will be able to save the modules from the sub-page?
I’d like the ability to allow users to “page” through the results in a table. Currently, we only see the “Load More” which keeps the records loaded in the model given the Max # and then loads another set… Not a great user experience to review 20 records, then load more and have to figure out where the original 20 ends and the newly loaded 20 begin… The out of the box SFDC feature on List Views is what I’m looking for… See image below.
Hi Team,We have a page where we have rendering the Edit button once the case status is claimed, This Edit button is using toggle Save cancel script. once status is in pending status we have two section displayed and once status is set to claimed, we are displaying 2 more sections. now our requirement is we want to display this edit button before the claimed Status so user who had created the request would be able to edit the original request. But since in exisitng code we are passing 4 section ID in the code, we are unable to use the edit feature.below is the code : - // Set the selector for which components to toggle. For example, to toggle// specific named components, set the selector to:// #ComponentUniqueID1, #AnotherComponent, #AThirdComponent// Or, to toggle all field editors and tables, use this selector:// .nx-basicfieldeditor:visible, .nx-skootablevar ComponentSelector = ‘#Test1, #AnotherComponent, #AThirdComponent,#test1,#tabID’;var $ = skuid.$;var myModel = arguments[0
Looking to display a total at the top of a stacked column.I have a column chart that is split using the stacked option. If I use the default option to display data labels, it displays a label for each split instead of a total for the column.I used the Highcharts interactive page and was able to update their code to hide the individual labels and display a total label instead, but wasn’t able to correctly build a before render snippet to make it work in Skuid.Any assistance will be greatly appreciated!
I am trying collapse unused space at the bottom of a table. I am receiving the following when creating a table Here is the CSS I also tried adding the green code, but it did nothing. Any ideas?
HiPlease help me in this condition.When a Contact Object Record is created from Skuid Page.Suppose that Skuid page is having a field named “Email” .I want to add a condition that while creating a new Contact record from that skuid page if the email id entered by a user already exists in any of the Contact object record,a error message get displayed like “Duplicate Email Id Not Allowed” and Record not save.Thanks
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.