Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Have a date filter on a Queue component (working fine). However the date range is less than and greater than. I would like them to be inclusive less than or equal to & greater than and equal to. So if you want 09/02 records you select 09/01 and 09/03. I don’t see anywhere on the filter to specify <= & >=. thanks, jhb
If there are 2 models 1 is contactmodel and custommodel. If i create a record in contactmodel by entering a last name and first name then a record must be created in another model i.e… custommodel with name(lastname-firstname) .How can i achieve the functionality . Thanks in advance
I am trying to setup a tab view that lists Assets in our account that do not have Implementation Plans created for them. Implementation Plans (IPs) is a custom object that we create off of the Asset. When building a report I would accomplish this by doing a ‘Cross-Filter’ to say Assets without IPs or a Assets without IPs report type.I cannot figure out how to replicate this in Skuid. Since the IP is related to the Asset, there is no field on the Asset that I can filter the conditions by to show just Assets without IPs.Any suggestions will be appreciated!
Just doing some sandbox testing with 5.8 and I can’t figure out why I’m getting duplicate text fields within a single row (see attached). There is some javascript running in the background to make this work, which is now creating a duplicate entry for 2 separate fields within one row. When I hit save it executes properly and only saves one record, but obviously I don’t want users getting confused.The snippet for departure airport looks like this:(function(skuid){ var $ = skuid.$, departAirportFieldReference = ‘stack__Depart__r’, departAirportFieldId = ‘stack__Depart__c’, arriveAirportFieldName = ‘stack__Arrive__r’, arriveAirportFieldId = ‘stack__Arrive__c’, sectorNumberFieldName = ‘stack__SecNum__c’; skuid.snippet.registerSnippet(‘fromAirportRenderer’, function () { var field = arguments[0], //value = arguments[1]; value = field.row[departAirportFieldReference] !== undefined ? field.row[departAirportFieldReference].Name : null; if (field.mode == ‘read’) { //This just outputs what the s
I am using template to create a “text link” value in template is <a href=“http://www.google.com/”; target=“_blank”>google the values are repeating …?? why is this happening …???
I have a page with 3 models (parent->child->grandchild) and a custom button that executes actions - Save Models & Query Models. After completing the actions, the grandchildren model was not updated, however all the data was successfully saved to the database. If the stock “save” button is invoked instead, all models have the correct data but I believe this is because the models are not fully requeried (only changes) during a stock “save.” I have granted login access. The test page is called SampleChildRecordsNotRetrievedAfterQueryModelRepro. Steps to reproduce: 1) View page using test record of “TTP-0003” 2) Check the following and note the value skuid.model.getModel(‘TestTransGrandchildren’).data.length 3) Click the green plus icon 4) Expand the table drawer for the new row 5) Input a value for first name & last name 6) Click the green plus icon for grandchild table 7) Input a value for Information 8) Check the following and note the value - It contains 1 additional reco
This is probably something stupid, but I wanted to ask before I spend hours trying to figure it out.I upgraded to the latest skuid version this morning, and one of our pages no longer loads. Once I dug into it, I found that it was a single line in a JS snippet causing the problem:field.model.updateRow(field.row, field.id, ‘’);If I comment that out, it displays and functions normally, but this line worked before the update.Any thoughts as to why this is?
I have a drawer action defined on a table. Within the drawer is a tabset that contains a tab that is conditionally rendered. Currently when the drawer displays, the tab is always displayed for each row or never displayed for each row. It appears that this is based on how the condition evaluates against the first row in the model. I have attempted to manually update the XML to include a element in a few different ways (e.g. tab element) but this does not seem to resolve the issue. Thoughts on how to ensure that the components within a drawer are conditionally rendered based on the context row? Steps to reproduce: 1) Create a new tab page for Account 2) Add a drawer row action 3) On the drawer page, add two tabs: - Details - Parent Info - Specify conditional rendering to only display this tab if the account has a parent account Actual Result Parent Info tab is either displayed for all rows or no rows Expected Result Parent Info tab displays based on value of ParentId for each individual
http://help.skuidify.com/m/getting-started/l/102645-let-other-users-access-skuid#!prettyPhoto this function is not avalable in skuid trial version…???
Are there any good examples that can be referred for writing SOQL query in skuid in-line snippet and then show the soql results in skuid table?
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”
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.