Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
All,I am setting up a button that redirects to a URL. The original URL from Salesforce is shown below. I am trying to recreate that in the URL field in SKUID, see second entry. I have everything working except the highlighted piece. How do I pass a Name instead of the Id? ORIGINAL/a0G/e?CF00NC0000005EMZh=LEHIGH+VALLEY+HEALTH+NETWORK+CEDAR&CF00NC0000005EMZh_lkid=001C000000whB9n&retURL=%2F001C000000whB9n/{{Model.keyPrefix}}/e?CF00NC0000005EMZh=LEHIGH+VALLEY+HEALTH+NETWORK+CEDAR&CF00NC0000005EMZh_lkid={{Id}}&retURL=%2F{{Id}}
Hi,This has been causing me issues for a long time, and not sure how to fix it or make it more performingMostly happening on page includeIf the model is not returning any row, either because there’s none to return or there’s no record that meet default “conditions”, the load of that page include is extremely slow (sometimes 30 secs+)Example : by default model shows records with a condition : “custom date field” must be in the last 4 months.If it finds records it load relatively quickIf no record found for that period, it’s very slow…If i change the filter to example show me the last 12 months, and it has rows, it loads quickly…A rendering condition , not to load table if no rows in model, is not a solution for me, as there may be rows when I extend the range…Anyone else experiencing this kind of issue, and if yes any potential solutions?Thank you,
I cant seem to find any documentation on this, I am trying to call an Invokable Method that takes in a List of Custom Objects called “Allocations”. I want to pass in the Model Rows as the input but I have this screen and I am not sure what goes in this box to accomplish sending the SObjects as a List of rows from the model. The method I am trying to access looks like this… @InvocableMethod(label=‘Send Shared Solar Contract’ description=‘Does something’) public static void sendShardSolarContract(List<facility_allocation__c> allocations) { // Does Something } Alternatively, how can I edit this XML to end up giving me the same desired effect: (I want a List<facility_allocation__c> to get passed but i am not sure of the syntax to do that) Thanks. </facility_allocation__ c></facility_allocation__c>
I’m being asked to increase the size of the gear icon on the queue.Paper theme. I added the code below to an inline CSS called gearSize, which I called in the CSS class of the queue properties..ui-icon .ui-icon-gear { height: 20px; width: 20px;}
I have a table. I want to open the record detail from a row action. I have the record detail set up in a separate page, so I am using a page include. I have tried a page include to the record detail page in a drawer and a popup. The problem is that the url parameters that I pass into my page include don’t have a row context. It is always displaying row 0 in the page include regardless of which row in the table I click. Is there a way to pass in row context into the url parameters of a page include?
Can we add standard salesforce tags like :flow:interview, knowledge:category in a skuid page ?
Hi I’ve got some number fields of which I calculate the total value and then store that value into another number field on the same row (I’m using a custom field renderer for that). The calculation works fine and the updateRow() as well. The only problem I’ve got now is that the total value doesn’t get displayed correctly. Meaning if I update a field to 1, the displayed total is 0. However if I update a second field (or the same field, it doesn’t matter) to 1 or 2, the total now is 1 (its displayed in a template field) Long story short: the displayed total is always “one step behind” as it should be. We’ve got the same snippets and renderers there are on that page running perfectly working on another page. The only difference are the models (and yes the fields are spelled correctly). I’ve now wasted at least 4 hours trying to find another way to calculate/update the field and compared the page to the other page that works properly (everything is exactly the same). Do you guys have any
HelloPlease help me in this scenario.I want to show to custom URL along with the custom error message.Suppose a condition that while creating new record if user enters a duplicate email id then a Custom Error message get appears.Now I want to add a custom URL with that Error message .So that user can click on that URL and get redirected to some other page.Thanks
B"HI would like to provide my users with 2 fields, start and end date, that would act as a filter condition on a list’s model. A button will trigger a requery of the list’s model. The same concept I would use for a searching a particular person by their email or city. How can I display a form with fields and then query based on the provided input?(UI only fields?)Thank you
While rendering a tab in tabset ,can we use SFDC user groups in source type=‘running user attribute’(Render condition)?For the moment we can see only user attributes like role,profile…etc but no user groups.Thanks,Prashanth
I have two account lookup fields in a custom object, Billing Account and Shipping Account. On selection of Billing Account, I want the Shipping Account to be auto populated if the checkbox field ‘Same as Above’ is set to true. I have a snippet built on the mobile page where I could get all address information autopopulated from Billing Account to custom fields (such as street, city, state, zip) on checking ‘same as above’, but I wasn’t able to get Shipping Account lookup field autopopulated from Billing Account. How can I get the Shipping Account field autopopulated too?Here is my code:skuid.$(document).ready(function() { setTimeout(initSignature, 500); returnsModel = skuid.model.getModel(‘FormData’); FormDatafirstrow = returnsModel.getFirstRow(); calculatedDaysReturned(FormDatafirstrow.Date_Received__c); sameAsAbove(FormDatafirstrow.Same_As_Above__c); attachmentsModel = skuid.model.getModel(‘Attachments’); AuthProdReturnRecType = skuid.model.getModel(‘RecordType’)
B"HWhen setting up under tapping action that a popup be displayed, I am unable to get the tapped record to appear on the popup panel. Instead, the panel appears with a single blank record. The Context Condition seems to be set to Id correctly on the Deck. Here’s my specific layout:I have 2 panels, one listing all accounts, and the other displays the details of an account. Both are using the same model. A tap action under the Card Interactions triggers a Set Popup Panel.Any ideas as to this problem?Thank you
I am running into an issue where Page Title buttons will not render when specified conditions are applied. Has anyone else experienced similar issues?
I have a script that I need to update and show new data when a table is re-queried. Currently, the data is being displayed in a template.Can anyone point me in the right direction?Thank you!
When “Loading More” on a tab that has a new row added to it, a javascript exception “Uncaught Model ‘Contact’ has unsaved changes. To update this model’s data, you must first save or cancel the changes.” is encountered. Based on the way skuid merges model data, etc. the exception isn’t the issue, instead, the Load More should be disabled after the new row was added. If you edit an existing record, Load More is properly disabled. It’s only after a new row has been added that the problem occurs. Steps to Reproduce: Create page using xml below Preview page picking an account that has more than 1 contact Click the “plus” sign to add a new contact Click Load More Expected Behavior Load More is disabled and not “clickable” Actual Behavior Load More is triggered and javascript exception in console Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Contact"> <models> <model id="Contact
On our Account Detail page i would like to create an alert that displays at the top of the page, how ever i would only like it to display when a certain criteria is met say an account is past due. I have a field on the page that displays how many days past due the account is.What is the best way to accomplish this( A Text component with Rendering conditions?) Any suggestions would be very helpful.Thank you
Hi Team,I have created a table long back but when I recently visited the table, I have found that drop-down filter on table is being displayed as Text box, not sure what might be the reason. This appears to be random as other filters(drop down) are working fine.thanks,Chandra.
<skuidpage unsavedchangeswarning="yes"> Record Types
I need to create functionality similar to Salesforce Approvals where as when a record has a particular status then everything on the SKUID page should be read only. At the moment the only way I can think to do this is to replicate all tables and field editor components as read only and then conditionaly display the Read Only or Edit version based on the status of the record. But wondering if there is some sort of global way to make everything read only or some slick way in javascript to loop through all the components and change them to Read Only mode if the Status is set to a particular value. I have a ton of tabs on the page with lots of field editors and tables so hoping someone has a better solution than what I have come up with.
I have 2 row actions on a table. One is Mark for Deletion and t he other is Unmark for Deletion. The mark for deletion button works perfectly highlighting the row. When I click on the other button to clear the mark nothing happens. Is there action I need to take after unmarking the file in order to de-select the row?
When a queue item is ‘clicked’, the selected property is not being set. This leads to issues when calling getSelectedItems, unSelectAll, etc. on the queue list. Notes - in the tagClickAction (function B), the nx-queue-item-selected class is being added, but the selected property is not being set. Steps to reproduce: Create page using XML below Preview page ‘Click’ and item in the console, execute the following : skuid.$C('accountQueue').element.data('object').list.getSelectedItems() Expected Behavior Array with 1 item that represents the selected item is returned Actual Behavior Empty Array is returned Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field id="CreatedDate"/>
How can I apply some CSS to make tables shrink down a bit? For instance, maybe reduce the font size or the spacing between the row text and the border, or order to fit more rows on the screen without scrolling down. I’ve tried various versions of the CSS below, but it doesn’t seem to do anything.nx-skootable th td { padding: 2px; }
I am trying to call an apex function using “Run Custom Apex Action” , i am successfully calling the function but not able to pass parameters to the function. I have a model called application i have to pass the application models id , need some approaches to send id as an attribute. when i am trying to pass parameters as {{Application.id}} getting null in apex function.
When applying FORMAT_DATE function to a DATE field, the resulting output is adjusting the DATE based on the timezone. Note - This might be related to https://community.skuid.com/t/datetime-field-not-converting-correctly-based-on-user-ti… Steps to Reproduce: Add field “Test_Date__c” to Account object as a DATE field Set SFDC timezone setting to make sure you are on a prior day from 00:00 GMT Create page using XML below Preview page Expected Behavior Test_Date__c == Formatted Date Actual Behavior Test_Date__c is correct Formatted Date has adjusted for timezone (mine is PDT) Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> <field id="Name"/> <field id="CreatedDate"/> <field id=
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.