Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hello, I’ve done the same exact logic on another page and it worked flawlesslyNow I’m trying to reproduce the exact same for a different page (based on same SF object, and fields…) the only difference I can see is that it’s in a popup…And it’s not working (the lookup field always show “none”) and for the life of me cannot figure it outWill try to explain it as clear as possible.page named Account_Bk_wizard (based on SF object Account)1- In this page, I have a table based on model Bank_statementsW2- This table has a row action to show me in a pop up the related child record from model named “Suspicious Deposits” (up to that point all works well)Here framework Actions I use:3 In that popup , i have a table with a field to Lookup a SF Object named “Advance/loan on bnks”. This field always shows none…Here’s the Lookup filter i usedIf i take same record on other page where i got it to work, i see results…The only thing i can see being maybe the issue, is the Bank statement ID , does not get
I almost hate to mare this a ‘problem’ because it’s really so minor, but here it is nonetheless:The nav component dropdown menus hide behind the highlighting any of the XML.
Hi I’m trying to change color of specific buttons in specific Page titles.I’ve followed the instructions here, but even if I specify a class or Unique ID, all the button change colorExample for unique ID i tried (this is the unique ID of the specific pagetitle component i want to change it’s button colors)#sk-3_TKR9-545 .ui-button, .ui-widget-content .ui-button.ui-state-default { background: blueviolet; border: 1px solid blueviolet;}Example using a class, and assigning that class to specific pagetitle.purplebutton .ui-button, .ui-widget-content .ui-button.ui-state-default { background: blueviolet; border: 1px solid blueviolet;}Can anyone pls help me out understanding where i got this wrong?Thx
when i select the existing contact from lookup, i want to display those contact details in same page.i have added some screen shots.please check contact lookup filed for selecting the contact when i select the existing contact from the above firld once contact is selected, i need to autu populate the contact fields what ever i am selected display in same page. can any one help me. thanks in advance
I have a Text Field “Year” and I want to add condition on modelbased on dynamic year value (Current Year + 1). How I can achieve this. I tried creating a formula field on object with option “field from another model”, but it didn’t work.please help!
I am trying save two field values by Save button but the database does not get updated . Weird thing is that for one field,which is a picklist , I need to reload the page to save the updated value and for another ,which is a checkbox ,I need to edit and save again although it is checked to update it again in database
Every time the if block of code is getting executed even if the condition is false .I think the problem lies in null checker line Here is the code-var applicationModel = skuid.model.getModel(‘Application’);//alert("applicationModel "+applicationModel);var applicationRow = applicationModel.data[0];//alert("applicationRow "+applicationRow);var appId =applicationRow.Id;//alert("applicationRow.Id "+ applicationRow.Id);var stat=applicationRow.genesis__Status__c;//alert("stat " +stat);var ad=applicationRow.genesis__Auto_Decisioning__c;alert("autodecisioning " +ad);var lending_product=applicationRow.genesis__Lending_Product__c;alert("lending_product " +lending_product);var newstat=“NEW - PRICING GENERATED”;//alert("newstat " +newstat);var newstat2=“APPROVED - CONVERTED TO CONTRACT”;var agree = confirm(“Are you sure ?”);if (agree){ if (stat.toUpperCase() == newstat2) { alert("Application is alerady Converted “); } else if (stat.toUpperCase() == newstat)
I’m using the Search component for global search in a top nav bar. It searches the account object, but rather than the select action navigating to an account detail page, I want to run a snippet that passes the account id to a condition on a model. I have the snippet ready, but how do I access the context of the returned search result row?Here’s my snippet that was originally designed to work with a table row action: var params = arguments[0], item = params.item, row = item.row; $ = skuid.$; //Updates the URL to "navigate" to "ClientView" for the selected client. history.pushState(null, null, 'ZZZZ_PractiFI?p=clv&id=' + row.Id); //Empties the "OrgView" models, which also hides the content of that include. var orgModel = skuid.model.getModel('OV_Org'); orgModel.emptyData(); //Filters the client model for the selected client, which refreshes "ClientView-Basics". var clbModel = skuid.model.getModel('CV_Client'); clbCondition = clbModel.getConditionByName('Id'); clbModel.setConditi
I’m attempting to completely override the default Home Page for my Partner Community and am unable to create the Visualpage that I need to create according to this tutorial: Page Not Found — Skuid v15.1.6 Documentation Here’s what I’ve done so far: Step 1: Created a Skuid Page that will be used as the new home page Step 2: Created a Skuid Page Assignment Step 3: (this is where I’m having trouble). Create a Visualforce Page that will redirect the home page tab to the Skuid Page This is what the tutorial advises: Following the instructions in the tutorial, I made several attempts at creating the correct Visualforce page, but it keeps giving me an error when I try to save it: So that’s where I’m stuck. Please help!!! PS…I’ve successfully created page overrides in the past for standard objects and custom objects so I’m familiar with the process…I’ve just never tried to override a tab (particularly the home page) before.
I am new to Skuid and still learning. Can any one tell me how to redirect url based on condition?I built 3 skuid page and have a manu item. So on the click action I am supposed to check a condiotion and redirect the url to the appropriate page. any idea?
We have a custom page built on custom objects. It has 3 tabs, each referencing a different object. The models have a condition for a Master object id to equal the id in the page URL. I can preview the page for a specified master id, and all 3 tabs appear on the preview.I clone the page in the skuid page builder, using the Clone button. I immediately preview the cloned page for the same master record, and only 2 of the 3 tabs appear.I have gone to the View/Edit XML pages of the original and the clone and copied the xml into text files for comparison, and there are no differences between them.What happens with the page clone that the clone would not act exactly like the original immediately after the clone process? Other discussions in this forum seem to talk about the records in the models on the page being cloned (or not), but I don’t understand how a page’s model would contain any actual records. That makes me wonder if I really understand what Clone in the page builder is doing.My go
Hi! Some of our reps have been having issues with records being removed from a table when they sort the table by a specific field. For example, when the page loads, they have 98 records, but when they sort it by timezone, there are only 92 records appearing in the table. None of the records have a null value for the timezone field. Has anyone else experienced something like this and know of a solution? Thank you!
Use case: Allow end user to edit other fields when dragging on the calendar Background: 1. The datetime fields used on the calendar are a formula built from a date field and a time field 2. When a calendar event is dragged, it attempts to change the datetime formula 3. The calendar is only used in day mode Question: Can I tweak the calendar module so that it sets the time field rather than the datetime formula?
I know this topic has been brought up in previous posts, but I believe my situation is a bit unique, and others may have run into this:I have a button to “Create a Contact”, which shows a pop-up. I want the “state” field to be required only if the “country” = United States". The problem arises where, after the user fills in the country, the model is not re-queried, and therefore the conditional rendering conditions aren’t applied.I know a work-around would be to create a wizard, have them fill in the country, and then the next step re-queries see if the state is required or not, but I’d like to avoid that.Any ideas?
Adding scroll bar within each row at a specific column: I’ve got a table column which displays a text area, often with a large amount of notes. Is it possible to have a scroll bar within each row at that column?
Hi, I am able to use date range, select option filter on multiple model. But when i added Global filter as Multi-Select Option then in snippet code i am getting blank value in Condition.value. So how can we apply Multi-Select Options filter on multiple models using snippet? See attached screen shot: The Owner filter as multi select filter and when i selected a user then in Condition.value i got blank value.
I am trying to update and save a field of my Application object through onclick javascript button . but the field is not getting updated .Any idea ? here is the code- var scModels = skuid.model.getModel(‘Application’); var scRow = scModels.data[0]; var currentstat=scRow.genesis__Status__c; alert('current status--------------------- '+currentstat); var result = sforce.apex.execute(‘genesis.SkuidPricingCtrl’,‘generatePricing’, { applicationId : scRow.Id }); alert(result); //scModels.updateRow(scRow, {‘genesis__Status__c’ : “NEW - PRICING GENERATED”}); scRow.genesis__Status__c= “NEW - PRICING GENERATED”; skuid.model.save({callback:function(result){ if(result.totalsuccess){ alert('New Quote Id: ’ + scRow.Id); // should be a real SF Id now }else{ alert('Error: ’ + result.insertResults[0]); console.log(result.insertResults[0]); } }}); window.location.reload(); I am not sure this “skuid.model.save” part is correct or not!
in my model i have some required fields. while saving the ‘saveapp’ button, if i miss any required fields , i need to display the error msg in top of the page like ‘name’ is required, ‘mobile phone’ is required’. how to display in top of the page,if i miss any required fields. can any one share some sample screen for how to make condition like required. Thanks in advance
i have employer object associating to contact. in my skuid edit page, if i choose an existing contact, i need to auto populate the employer details which is already created whenever i am saving the new contact. can any one help me out from this problem. thanks in advance…
I have a use case where users need to record the exact minute a vehicle arrived / departed at its destination - we are using a datetime field for this. However the default increment for the time portion of this field is 5mins. I am using a custom field renderer to try and override the increment values, and I was hoping that by adding 1 minute to the existing time (whatever that happens to be) the UI would be forced to re-render the time picklist in 1 min increments. But…unfortunately its only adding in the ‘01’ to the list, and the rest remains in 5 min increments - see below: Here is the custom field renderer: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), $ = skuid.$; console.log(value); var jsDate = skuid.time.parseSFDateTime(value); jsDate.setMinutes(jsDate.getMinutes() + 1); value = skuid.time.getSFDateTime(jsDate); console.log(value); skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); Is it possible to force the ti
I’m using page overrides and page assignments on my opportunities, so different record types get different skuid pages (and some not at all). I’d like to kill the salesforce header, but only for some skuid pages, is that possible? I know that setting is on the VisualForce Page that I’m using for my override, can I put the showheader=“false” in an IF statement based on record type? Has anyone tried that?
Hello,I’m trying to create a mass action, to update a field on all records from a specific groupHere’s some details/example:I have a model called Food, and another model (AGG) based on same object.the AGG model has a group to separate “fruits” and “vegetables”I created a table for those groups. So now the table contains 2 rowI want for example to be able to mass update a field on all records from group “fruits”I tried creating a mass action to update row ,with action framework, on AGG model, but nothing seems to happen, then tried to update field on row on Food model, but all it did is update all records from both group (even though i only selected group “fruits” for mass actionsI’m sure i’m missing something.If anyone could point me in right direction I would appreciateThank you,
I am trying to compare two strings.ALthough both the values are same still the block is not executing here is the code var applicationModel = skuid.model.getModel(‘Application’); //alert("applicationModel "+applicationModel); var applicationRow = applicationModel.data[0]; //alert("applicationRow "+applicationRow); var appId =applicationRow.Id; //alert("applicationRow.Id "+ applicationRow.Id); var stat=applicationRow.genesis__Status__c; //alert("stat " +stat); var ad=applicationRow.genesis__Auto_Decisioning__c; alert("autodecisioning " +ad); var newstat=“NEW - PRICING GENERATED”; //alert("newstat " +newstat); var admatch=“true”; alert("admatch " +admatch); var newstat2=“APPROVED - CONVERTED TO CONTRACT”; var agree = confirm(“Are you sure ?”); if (agree){ if (stat.toUpperCase() == newstat2) { alert("Application is alerady Converted "); } else if (stat.toUpperCase() == newstat) { var str = ad.valueOf(); alert('sholud be true : '+ str); //if(str == ‘true’) //alert(‘str’+str); //alert(‘adma
I have created a Template field and checked the box “Allow HTML” I add the flowing syntax {{AcctSeed__Billing__r.AcctSeedERP__Sales_Order__r.Name}} The end result should display the Sales Order Name(number) and the users should be able to click on the Sales order number and be taking to the that Sales Order. The Sales order number does show up however when the number is clicked the user is taking to a billing object, I can get to the sales order from the billing object but was hoping to save a step and get directed straight to the sales order itself. Any help would be greatly appreciated Thank, The new guy
I am trying to have a table on a contact record that shows the field history for this contact. I have read many of the post and I understand that it will not look the same as the native table but I can’t get it to pull anything. I know it is the way I setup my conditions. I am building this on a contact detail page that I have tab set and one of the tabs I want to show the history of the contact.The main condition is on the contact model that is Id=(param)IdCondition I have tried on the History model:ContactId = (Contact) IdContact.Id = (Contact) IdContactId = (param) ContactIdContact.Id = (param) ContactIdContactId = (param) Contact.IdContact.Id = (param) Contact.IdI would love any suggestions. 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.