Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I’d like to create a page where I have a table which contains a Row Action snippet that when clicked pulls through details of the selected row into a field editor.Here is the Snippet that I am running:var PropertyModel = skuid.model.getModel(‘SecurityProperty’);var propertyIdCondition = PropertyModel.getConditionByName(‘Property__c’);PropertyModel.setCondition(propertyIdCondition,args.item.row.Id,true);skuid.model.updateData([PropertyModel]);I was hoping that this would update the model condition on the model connected to the field editor.However, my field editor is not pulling through the row details as i’d hoped it would. Any help would be greatly appreciated.
HI all I have a requirment of which i need to autopopulate values in pop up box where ill create a new record. i want to populate values of another model can anyone plese help me out on this
I have a DateTime field that I would like to add 1 hour to in a multiple action.I have set the multiple action to update the destination field (which is also a DateTime field and both are selected in the Model) by setting the option to a specific date and then I used {{$Model.Modelname.data.0.field}} as the value but I am not sure of the syntax or format to add 1 hour to the value?
I’m struggling with doing any page overrides in SF. I’m following the tutorials on this (here) but am getting the following error messages when I get to adding a new VF page (step 4 in the tutorial) and use the code for no page assignments and custom objects. Yesterday Error: apex:page is required and must be the outermost tag in the markup at line 1 column 1 I couldn’t find anyone in the community here with the same issue but found people on the SF page with the same error and some suggestion that this is a browser issue. I tried firefox with no luck. Today I tried again before posting and am getting different messages, but not sure why (did not change anything). Here is the new error message I’m getting: Error: Unknown property ‘redirect’ referenced in IDFqueue Here’s the markup I’m using: (Skuid page name is IDFqueue and the Object is Innovation_Disclosure__c) apex:page standardController=Innovation_Disclosure__c recordSetVar=cextensions=skuid.Redirects action={!redirect}?page=IDFqu
Hi,I’m trying to have the edit pages auto populate the lookup fields when I’m creating a child record from it’s parent, very much the same way the create new button in the standard SF detail record pages’ relate list section would behave. I found this post in the questions that alludes to this (link to page: https://community.skuid.com/t/how-do-i-build-a-create-new-record-page), but I struggled to get it to work.I’ve tried quite a few url combinations and so far none have worked. The url directs to a wizard page that has 2 models (the parent and child). I tried setting up a number of condition cases between the two, or working with none, but so far no luck. Please help 🙂
Hi,I have a page with two queues and a detail page. When I make my first selection on the outer queue, everything works correctly with no problems. However once I make a second selection on the outer queue, the nested queue refreshes/updates correctly but stops working. Clicking on any item in the nested queue fails to update the page include component - not even the UI block “Loading” happens any more.Perhaps related, I see this warning in the console after the first time I click on the outer queue:"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. "Any ideas on why this might be happening and how to fix it?Thanks,Kartik
I have a detailed layout page. Now i want the user can’t remove couple of fields from the layout i.e. they are mandatory on the page. How can I achieve that …???This functionality is very important for me .Thanks Rizvan
I’m trying to reclaim my home page using Skuid. Everything I’ve done so far (lists and detail pages) has worked great but I can’t get my Salesforce instance to work the same as your tutorial on the home page. When I insert the iframe code into the html editor, it just shows the code rather than instituting an iframe. I presume the issue is that I need to write in html and not use the WYSIWYG editor that Salesforce gives me … but I have no idea on how to turn off that WYSIWYG editor (pictured). Any ideas?
Does skuid support any functionality to import excel data into a model? I discovered the import wizard, but I believe that inserts records into salesforce which is not what I’m looking for.
i want to assign different skuid page to the different users. is this type of page assignment possible…?
how to add standard button (getcontact,include offline)on account detail page …i dont find these button anywhere in skuid…
I am tracking office leases in Salesforce. I have a picklist field called "Lease Term" that has the values 1 through 10. Meaning it is a 1 year lease, 2 year lease, etc. The information for each lease is listed in its specific year (see below. I then Render the appropriate number of sections(years) based on the Lease Term so we only see pertinent data. I do this using Lease_Term >= 3 (or whatever the total years would be. This is working GREAT for the sections!So now my problem... Using the same logic I have a quick entry page that is always set to "edit" mode that allows me to quickly add in data for dates, base rents, and Triple Net information. I only want the correct number of rows to show up on the quick entry section so I am using the same Lease_Term__c>=3 (or 4 or 5 etc) on each FIELD. For Lease_Term picklist values between 1 and 9 this is working as expected. In this picture I have selected 6 Years and the correct rows are showing up EXCEPT for the row that is
I’m working on setting up another sandbox and am trying to migrate all of our Skuid settings over. The pages have been migrated successfully (the new “Package Pages in Module” feature is awesome!), but I can’t figure out how to easily migrate the page assignments. If I export the page assignments to CSV, the CSV file is using Salesforce IDs that are specific to my old sandbox, so the import doesn’t do anything when I upload the CSV file into the new sandbox.Is there another option that I’m overlooking?
When invoking a Model cancel, reference fields are not re-displaying the previous value. Instead, the field is empty and if you toggle to edit mode on the field, the Id of the underlying object is displayed instead. I did confirm that both the Id & Name of the referenced object are in the model. Steps to reproduce: 1) Create page that contains a reference field (e.g. Account with ParentId) 2) Preview page choosing an existing record 3) Go in to edit mode on reference field and remove the value (e.g. select the text and hit delete key) 4) Click “cancel” button Actual Result: Reference field display area is empty Expected Behavior: Reference field should display previous value
I’m encountering an issue on a page that contains a model that is marked to be cloneable when the page contains a page include component. The exception being thrown is: “Uncaught TypeError: Cannot use ‘in’ operator to search for ‘clone_1’ in undefined” This only seems to occur when a Page Include component exists on the page. Steps to reproduce: 1) Create new record detail page for “Contact” marking model as not cloneable, setting max # records to 1 and removing Condition 2) Create new record detail page for “Account” marking model as cloneable if clone parameter exists and adding a Page Include to “Contact” page 3) Preview “Account” page making sure to add clone=1 to URL Actual Behavior Uncaught exception occurs Expected Behavior Page displays properly 🙂 Sample Page I have granted login access to our org. The page names are “SampleCloneInUndefinedIssue” and “SampleCloneInUndefinedIssue_PageInclude”
First things first - Lookup Popup feature is awesome and a very welcome addition to Skuid! Having a problem with the refresh of the items in the list. Upon initial display, the search field contains the value of the currently selected referenced field. Upon deleting the value in the search field textbox, the list does not update. However, if I type something in the search field textbox and then delete that text, the list refreshes to “all” values. Steps to reproduce: 1) Ensure a reference field contains a valid value 2) Click the “hourglass” to display the lookup popup 3) Select the text in the search field textbox and hit the delete key or backspace key Actual Behavior: The only item listed in the table is the one that was selected for the field when invoking the popup Expected Behavior: The search results should display all available Sample Page: Removed since I can’t seem to locate the “pre” button any longer and adding in pre HTML elements doesn’t appear to be working?
I am working on a skuid page that creates many new salesforce objects at once. This was started before the functionality that was just added to roll back data on an error, so I am using an apex webservice. I have a row in a table that I wish to remove during a snippet triggered by flagging a row for deletion. Is there a way to remove that row from visibility and the model it’s on without saving the model? Thanks.
How do I present text in a date/ time field displaying only the date, or - right 8 characters?Thanks,PSB
I have a custom field renderer on a datetime field with a snippet that looks like this: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), $ = skuid.$; var model = skuid.$M('TempAdder'); if(value == null){ value = skuid.time.getSFDate(new Date()); value += 'T04:00:00'; model.updateRow(model.getFirstRow(),'End\_Date\_\_c',value); console.log(value); } skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); I believe this was working fine before the new release but I might be wrong… Here is how my page looks now: Any ideas?
Where can I find more information on how to change Headers/Footers in Skuid Mobile based on the current page the user is on?For example: If I create a Back button in the footer, how can I configure the button to go back for any page a user is on?I found the skuid mobile tutorial on headers/footers, but only shows how to setup a static button.Thanks!
I have 2 queues, Accounts and Contacts for viewing related contacts’ details. The page include loads the contact details the first time I select a contact from the queue without any issues. After that, it does not load again unless I do a page refresh. What can I do to solve this? Thanks
I have a read-only table set up with conditions on the model associated with it and then I have the feature set up to view the record details in a popup. If I use the search feature within the table and select a record to edit, the record appears in the popup and then I make a change to the record so that it no longer meets the conditions of the model of the table behind the record. When I save the record I would like the table behind the record to no longer include this record that I just edited that no longer fits in the condition of the model, but for the search criteria to stay. I thought about doing a redirect after save, but this clears what was in the search box. Any ideas of how to make this happen?
I have a Roll-Up Summary field on Opportunity called Max Stale Date which rolls up a DateTime field on a child object. I have an Opportunity where the value of this field is Max Stale Date: 8/24/2014 3:13 PM. I have set up conditional rendering on a button with the criteria that Max Pricing Date is greater than TODAY For some reason (even though today is 8/15/2014) the button does not show up, even more strange, when I change the render condition to less than TODAY, the button does show up. Does the greater than operator work differently with date fields?
Is it possible to load all rows in a table without having to click on the “Load More” button? I have Visible rows set to show all, but every time I go into the table I have to click on load more to see every thing in the table.
I have a page with several different date fields and I want to have different date ranges for each calendar. I currently have some javascript that looks like this: skuid.$.datepicker.setDefaults({ yearRange: "-100:+0" }); This changes the range for all datepickers on the page, but I need to have different ranges for different date fields… The javascript above applies for the person’s date of birth, but doesn’t make sense when creating a new opportunity on the same page - we want the close date to be in the future.Is there a way to have a different year range for each datepicker?
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.