Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have one specific user who can’t see specific buttons. When I log in as him, I can’t see the buttons. If I log in as another user, with the exact same permissions (Same role, same profile, same permission sets), I can see the buttons.I’ve verified the rendering conditions in both the page editor and in the XML.
Is it possible to show the Calander Month as a the month and year, rather than the month number? So instead of Month 9, it would say Sept 2016.
The salesforce default date that I have set is not displaying in the “Date Received” field when a user is creating a new record.
This looks pretty silly, if you ask me: If due to conditional rendering only one tab exists, the radio buttons for the tabset shouldn’t be rendered at all.
Hi Skuid community! I’m fairly new to skuid and loving it so far. Here is my issue I haven’t been able to solve. I have a table that shows related opportunities on my account page. Within the table, I’m allowing Log A Call on the line. I’ve been able to relate my pop up to Id the correct Opportunity, however, when I open my pop up, historical data appears. I cannot figure out how to completely close out the previous action and only show a new Field Editor/Column/Fields to populate.
I created a ui only field (multi-picklist) and added it to the table as a filter, but it is not doing anything, although request is going to the server and fetching the request again. It would be helping if I can get the value of this filter/field just before the request goes to the server, so I can set this value to a condition and table can fetch the filtered records.
I have a custom field renderer on a reference field like this: field.options.template = '{{Patient_Case__r.Patient__r.Name}} exam on {{Timeless_Date__c}}';<br>skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); My search popup has only the Id field.If I add searchFields to the renderer, like so: field.options.searchFields = [ &nbsp; &nbsp; &nbsp; &nbsp; {id: 'Id'},<br>&nbsp; &nbsp; &nbsp; &nbsp; {id: 'Timeless_Date__c'},<br>&nbsp; &nbsp; &nbsp; &nbsp; {id: 'Patient_Case__r.Patient__r.Name'}<br>&nbsp; &nbsp; ]; Nothing changes.If I add returnFields like so: &nbsp; &nbsp; field.options.returnFields = [<br>&nbsp; &nbsp; &nbsp; &nbsp; {id: 'Id'},<br>&nbsp; &nbsp; &nbsp; &nbsp; {id: 'Timeless_Date__c'},<br>&nbsp; &nbsp; &nbsp; &nbsp; {id: 'Patient_Case__r.Patient__r.Name'}<br>&nbsp; &nbsp; ]; The
How do I add filter criteria to a custom renderer for a reference field?I didn’t see anything about filtering in the docs:https://docs.skuid.com/latest/en/skuid/api/skuid_ui.html#skuid.ui.fieldRenderers.REFERENCE
HI, We have an object to track IT assets within the organization. On the Asset detail page, i have a related list fort Employees (meaning that the related list shows the list of employees that the asset was provisioned till date). At one given time, the asset should only be provisioned to one Employee. In the screenshot above, the checkbox “Provisioned” says that the asset is currently lying with the person who is under the assigned to field. Now in that screenshot above, the “Provisioned” checkbox is checked for two records (meaning the asset is assigned to employees). But ideally, at one particular time, an asset should be assigned to only one employee or one record (the checkbox field should be checked for only one record). So i don’t understand on how to solve this issue or what approach should i follow to solve the issue. Because right-now, there is no validation kind off thing to check all the child records (employee records related to an asset) and say that this asset was alrea
I’ve created a javascript snippet where I collect selected Opportunities and populate a new model using those Opportunity Id’s as a condition. var childModel = skuid.$M(‘childModel’);var childModelCondition = childModel.getConditionByName(‘Opportunity__c’, false);childModel .setCondition(childModelCondition, oppIds, false);childModel .updateData();This works fine. I then take that new model and pass it into a method on a static resource. I have three console.logs in the code immediately, and over the course of those three lines of javascript I lose my data…inside the method:console.log(childModel); //this shows a data attribute with several rows.console.log(‘childModel data’);console.log(childModel.data); //this returns an empty array.
We recently updated to “Rockaway Point Release - Iteration 12 Release # 8.15.10” from“Banzai - Update 9 Patch 2 Release # 7.36.8” which has been a bit buggy for us. The latest issue is tabbing through tables. Prior to this release if a user would tab through a table it would skip over the check box and row actions however now it selects them. I can see how in some instances this would be helpful, but from a data entry standpoint it doesn’t work. Is there a way to change this?
I am trying to build a dashboard using Skuid and am using Rich Text components to display budget goals vs. actuals and the associated variance amount and variance %. I would like the variance amount & % to display in red if negative & in green if positive. I have tried having two components and using rendering to only show them if the amount is < 0 or > 0 based on the formatting. But, I can’t seem to get it to work. The variance amount and variance % fields are custom formula fields I have setup in Salesforce. The rendering basically shows it or doesn’t show it, regardless of the value. Am sure I am just missing a step. And I am very new to Skuid. This is my first project in Skuid. Any tips?
Here’s the scenario:Primary page has tabset with defer rendering and lazy load include components on every tab. - Tab contains a page include, set to lazy load – included page includes a wizard, set to defer rendering — all three wizard steps contain page include components, and are set to lazy load those components.It appears that in this scenario, skuid is attempting to load the page include of the first step of the wizard at least twice.
We have a master-detail relationship that we’re wanting to display in two tables. Basically the idea is to have one table with the master records and when one of them is selected it displays all of the detail records related to that master in a second table. Anyone have any experience with this or done this sort of thing before? We’ve looked at drawers but ideally we’d like to display the info this way instead.Thanks,-M
Hi everybody, I’m facing the issue: Blank screen on page load, with the error below. This error occurred on custom profile. Although I set View access to related objects. Please help me.
Hello,I have a table for a custom object called Checklist_Item__c. We have a custom lookup field on Tasks that looks up to Checklist_Item__c. In the table, for each Checklist_Item__c record I would like to open a drawer that has some analytics on all of the Tasks related to that Checklist_Item__c. One of the metrics I want is the average time to complete tasks for each Checklist_Item__c. This is captured in a custom formula field on the Task called Age. So basically when I open a drawer for I want the average Age of all closed tasks related to that Checklist_Item__c. I have tried this two ways: The first is a template field right in the drawer that displays the average Age aggregation in the Task Model. This will work for the first drawer opened, but once I open another drawer, the value from the first drawer will change to the second. The second way I have tried this is displaying the field in a table/field editor with a Context rule that says only display info when Task.Checklist_Ite
I’ve seen a number of other posts with a similar issue (e.g. https://community.skuid.com/t/passing-url-parameters-to-a-page-include). They are however much older, and I believe this error to be introduced in the latest version as I’m only experiencing this now. To Elaborate: Providing a query string to a page include like this: or this or this All yield the same result, that value NOT being available as {{$Param.example}} in the page include. What’s more interesting is that if I manually add ‘&example=test’ to the parent page (the page that includes the page include)'s URL, the page include now registers the value in the $Param merge. It is as though the Merge syntax on the include no longer references the included page’s url. Has something to cause this been introduced in 8.15.17? What’s interesting is the distinction in the url that is ‘GET’ requested. https://skuid.na11.visual.force.com/apex/ skuid__ui?page=Page -> Standard Pagehttps://skuid.na11.visual.force.com/apex/ inclu
We have a visualforce page that displays a skuid page. This works without issue for System Administrators but when trying to use the page on our other profiles we are receiving this error “Formula Expression is required on the action attributes.” <apex:page standardController=“Tax__c” recordSetVar=“c” extensions=“skuid.Redirects” action=“{!redirect}?page=Home_Page_Tax_Department”> </apex:page> Has anyone had success troubleshooting a similar problem?
I’ve been working with Shippo, which offers a shipping API for creating labels, tracking, and address verification. I set it up a REST interface quite easily, and was able to get most standard operations working well. The problem I have is when it comes to multi-piece shipments which requires that I post an array of ‘parcels’. Let me explain. Shippo has you create a To Address object, a From Address object, and a Parcel object (with dimensions & weight). Once created each is given an Object ID. To create the shipment you just supply all three object IDs and the shipment is created. Here is what it looks like basically. Pretty simple. But if you want to send multi-piece shipments you have to supply an array of Parcel object IDs, formatted like this [‘object_id’, ‘object_id’]. No problem creating that string, but there is an issue with the JSON generated from Skuid. Here is what is required. { "object\_purpose": "PURCHASE", “address_from”: “4f406a13253945a8bc8deb0f8266b245”, “addr
We would like to conditionally render one of two hyperlinks or a blank space in a Table field, based upon the value from a Model set up strictly for this purpose. It looks like we’re having an issue where the browser “Cannot read property ‘displaytype’ of undefined”, but I can’t quite figure out where my data calls are going wrong – or whether there might be another issue. var field = '{{$Model.AOPStatus.fieldsmap.name.AoP_Status__c}}', value = '{{$Model.AOPStatus.data.0.AoP_Status__c}}', stringValue = value.toString(); $ = skuid.$; switch(value) { case 'Ready for Review' : stringValue = '<a href = "/apex/skuid__ui?page=SSA-Counselor-Approval-of-Participation">For Your Review</a>'; break; case 'Ready for Review' : stringValue = 'Approval Completed'; break; default : stringvalue = null; break; } skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,stringValue);
I noticed a glitch in my query string passed for creating new contacts. When the billing address has ‘#’ in it, the user gets the “Inked” error message. For example, the street address “2799 WEST GRAND BLVD” works fine; however, 430 BEDFORD ST #100 MA does not. And I narrowed the problem down to ‘#’ being the issue.I’ve attached my Query string below but does any have suggestions for how I should move forward? I could always put limitations on entry for symbols but i’d like to not limit users whenever possible. <br>AccountId={{$Model.Account.data.0.Id}}&amp;MailingStreet={{$Model.Account.data.0.BillingStreet}}&amp;MailingCity={{$Model.Account.data.0.BillingCity}}&amp;MailingState={{$Model.Account.data.0.BillingState}}&amp;MailingPostalCode={{$Model.Account.data.0.BillingPostalCode}}&amp;Phone={{$Model.Account.data.0.Phone}}&amp;MailingCountry={{$Model.Account.data.0.BillingCountry}}
I’ve seen examples of before render snippets used to control attributes of a chart, but it does not look like chart height is one of the available attributes.We have a bar chart used to display activities of various types for each rep. I’d like the height of the chart to be dynamic, so that it doesn’t hide the names of the sales reps (chart category) when too many are displayed for the static chart height.
I get a blank value in return. Same thing with DAY_OF_WEEK(NOW()). Can you not nest functions?Thanks,Seth
I am trying to validate two different fields in skuid Forecast table i have created.i need to get an warning message on expected budget if does not match with the forecast amount.
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.