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
Clicking on “Update out of Date Themes” button on themes page, does it update custom themes as well?
I have a number of pages that have been in production for a while now and today the Chatter “Show Feed” or “Hide Feed” stopped working when clicked on. It works as expected from the Salesforce page but not from the Skuid page. Is anyone else experiencing the same issue?
Our company is asking us to follow a change management process that would defeat the agility to configure Salesforce/Skuid in an efficient manner. I am looking to see how other users handle working within their internal change management process? Would you be willing to share information/artifacts?
Hi, Due to yesterday Skuid update it’s changed the format for Queue. After that update all the places where we are using queue effected and it’s not showing properly on skuid page. Here is queue look like after Skuid update: Thanks, Raj
I would like to use the search component to open a popup as it’s select action. The popup would display the detail view of the record selected in the search results. It does not seem that this is currently possible. Anyone tried this?
For some reason, I get an error when using the following html. Removing “&isdtp=nv” gets this.
URLs in our Customer Community don’t change for page overrides. For example, instead of /SitePrefix/apex/AccountDetailPage?id=001xxxxxxxxxx users just see /SitePrefix/001xxxxxxxxxxxI think because of this, in some cases we cannot reference the id page parameter. It works (mostly) for the first and primary object. But when other objects have conditions that rely on that object, we’ve had to change the condition to reference a field from another model instead of page parameter id. Also, we cannot use $Param.id in merge syntax anywhere, instead we must use the $Model.ModelName.data.0.Id for merging.I noticed something about lightning having trouble loading page parameter id, but our customer community is set to the Visualforce+Tabs template, so that shouldn’t be it.
When adding a model.Model.save() function to window.unload, the save() does not complete on the server side. I tested the code in the console outside of the unload function, and the save completes as expected.I noticed that the jQuery deferred promise object returned by the mode save function remains in a ‘pending’ state forever. Why would this be?Is there a fix?Code is below if you want to reproduce the issue. <br><br>(function(skuid){ var $ = skuid.$;<br>$(document.body).one('pageload',function(){<br>$(window).unload(function(){<br>&nbsp; &nbsp; &nbsp; &nbsp; try{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; removeUnfinishedRows();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; cat
Hi, I have an issue with the conditions work and results filter based on the conditions. To explain clearly, On cases objects i have a skuid page which when loaded shows me all the cases (both open and closed) of all the users who are in case queue. Now I want to see the open and closed cases of only 5 users, not all the others in the queue. so i created a condition on owner name which filters the cases and shows only those 5 users cases. Now when this condition is running, i am only able to see active cases (i.e. only those cases which are opened or cases which are not closed) and no closed is displayed by default. Is there any way that i can see all the open and closed cases of these 5 users whenever i open the page by default?? Please help me if anyone knows how to solve the issue. Thanks.
Please bear in mind I don’t code and am taking skuid at it’s word (No coding…!!) so please be gentle with me if this requires JavaScript. Something I can copy & paste would be handy…I’ve created a tab set on a page, to toggle between three different data sets but in the same page layout. Unfortunately the dataset is very big, so it won’t run if all three are on the same page (even if I set it to not load on page load).Therefore, I need to create three different pages, and use the tabs to navigate to them. I know this might not be a standard way of doing it, but the business likes the tab design & we’re using this for third parties via community.I can get the tabs to take me to the different page, but it always loads on tab 1, even though I’m technically on tab 2. I want to find a way of setting the tab on page 2 to tab 2 as a default, and the tab on page 3 to tab 3. Otherwise, I click through to page 2, and am redirected back to page 1 instantly. Any help welcome!
Status Active Allowed Licenses 4Used Licenses 4But it only shows 2 users. I want to assign a 3rd user. Can not see where the other 2 licenses are assigned.
I want to bring up a popup when a user drags/drops an appointment in the calendar to document the reason for the reschedule. Has anybody done this with skuid? Can anybody point me in the right direction. I am already triggering an event when this occurs.thanks.
I cannot get value of field in snippet for a custom profile (the system administrator profile doesn’t face this issue). Can someone help me with this please. Thanks in advance.
Hello,is there any way to make comments associated with SF tasks appear in skuid pages/ tables?Thanks,Ben
I have a page include that is loaded in a popup from a row action on three different tables on a page. Each time there is an id passed to it. It used to work well, and now I’m getting this error in the console:Uncaught SyntaxError: Invalid regular expression: /{{2,3}[^{}]+}{2,3}/: Stack overflowSkuidJS:2Any ideas? At one point I got this error: https://community.skuid.com/t/uncaught-rangeerror-maximum-call-stack-size-exceeded But that was only once.
Hello, I’ve created quite a complex model condition, which by rights should work. However the ordering doesn’t seem to be functioning properly. Here is the conditional part of the model (in XML): <condition type="fieldvalue" value="false" enclosevalueinquotes="false" field="IsDeleted"/> <condition type="fieldvalue" value="true" enclosevalueinquotes="false" field="EPP__r.EPP_Approved__c"/> <condition type="fieldvalue" value="TODAY" enclosevalueinquotes="false" field="Project_Expiry_Date__c" operator="gt"/> <condition type="multiple" field="Project_Stage__c" operator="in" inactive="true" enclosevalueinquotes="true" name="__autofilter__Project_Stage__c" state="filterableoff" value=""/> <condition type="multiple" field="Project_Focus_Area__c" operator="includes" inactive="true" enclosevalueinquotes="true" name="__autofilter__Project_Focus_Area__c" state="filterableoff" value=""/> <condition type="multiple" fi
I have two REST models configured on a page. The first one merges in data from a Salesforce model to query the REST model. The second one uses a value from the first REST model to query data.If I load the first one, and then manually query the second model using a table global action, I don’t get an error. But if I have both configured to load on page load, and causes an error for both.Any direction on this would be great.
I’m opening a drawer through the multiple actions option on my table, and in the drawer I’m creating a line graph using Highcharts that represents data from the record on the table.Everything works great with one catch:Because I have to create a division with a unique id to cast my chart into, I’m running into an issue where if I open a drawer, and then immediately open a second without closing the first both graphs now show the data for the second record instead of their appropriate graph.The bug gets worse the more drawers I open.My question is: Is it possible to locate the control I want in javascript, and programmatically change it’s unique id so that no other drawers will overwrite the graph in the first drawer. I would like to set the id using information from the context row that I know won’t be duplicated.
I have a button that uses the SF method to log a call, create task and create an event. After I do the log, I’m sent back to the Old Lead View for SF instead of the newly created Skuid View even though my view setting for Lead is set to open as skuid. This only happens when i use these buttons. It’s highly possible the save button forces a link open but I dont known how to make that change. Here’s the URL link i use /00T/e?title=Call&who_id={{$Model.Lead_Info.data.0.Id15}}&followup=1&tsk5=Call&retURL=%2F{{$Model.Lead_Info.data.0.Id15}}%3Fnooverride%3D1%26sfdc.override%3D1%253FobjectType%253DLead
Hi I have a row action in a table A that opens a popup. Inside the popup there is a row action in a table B. From the row action here, I want to update the originating row attribute in table A.Is that possible?
Hi I'm exploring the search component. On change of a text field in a table of records, I open a popup which contains the custom search component. I set it up to search just fine. Issue: the search box is invisible. I cannot see what I type into the text box. Once I change the css in the developer console to black, I can see it.Questions:1) Is it possible to prepopulate the search box e.g. from the user enter value into the text field above?2) if user has to manually enter a search term and they select a search result, how do I set the selected value back to the text field or a row in a table of records??Any pointers are appreciated!
I am creating a “template” function where the user will create a parent record, create children of that parent, then create children of those children. That will serve as a template. That part I have down. The part I need is for the user to click a button that will clone the parent, the children, and the grandchildren. I wrestled with declarative options for this, but I hit a wall. One of the complexities is that the record need to be cloned, then the children need to be cloned and associated with the cloned record, not the original. Then the grandchildren need to be cloned and associated with the newly cloned children, not the original children. Has anyone endevored to do such a thing?
Hi everyone,I have a pretty basic inquiry today. I have attempted to use an image as a button using a wrapper and an on tap action however it doesn’t seem to work. Does anyone know how to effectively use an image as a button?
Hello, I’m trying to use a button to automatically create a record in Salesforce, based on the data on the current page. I don’t want to produce a form for someone to complete, as I already have all the data. My workflow is below: Button with an action on it. This action shows a pop up, and creates a new model row. The ‘new model’ row is using merge codes to take data from another mode: e.g. $EPP_Projects.Name (where EPP_Projects is the name of the model, and Name is one of the referenced fields) The pop up is configured so that on close, the model is saved. I don’t receive any errors, but there is no data appearing in Salesforce. When I go to close the page, it warns me there is unsaved data. Any ideas? Thanks!
I am using the Account object for properties (we’re a real estate brokerage) and I would like to be able to filter Accounts/Properties by one or more cities. We use Billing Address for the physical address of the property, thus I would want to filter by BillingAddress. I can use the Search Bar to find individual Cities as a workaround but I need to be able to select up to (or more than) 100 cities. Is this possible? 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.