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 have a table with a row action that launches a popup containing a calendar with a month view. If I navigate to a month in the calendar the calendar requeries the event source to display that month’s events as expected. If I then close the popup and open the row action again the calendar is not able to display any events outside those that were in the month being viewed before closing the previous popup.So, for example, if I open the popup and the calendar is in September showing 20 events but I then navigate to October which has 1 event and then close the popup - the next open of the row action will not show any events other than the 1 for October.I’ve tried having popup on-close events that cancel/remove data from the model. I’ve tried requerying the event source before the popup opens.It feels like something’s not quite right here. I’m on the latest version of Skuid.Many ThanksLouis
Is it possible to calculate “smart totals” in aggregate models a la Salesforce reports?
I’m using the chart function along with the Tasks Model to create this, but I’m not able to render any data onto the chart. Are there any tricks on what must be done to choose the correct Axis and Series?
Is there a way to dismiss page errors with javascript?
Is there a way to create conditions dynamically?I need to create multiple subquery’s based on each record in another model.
My pages are exhibiting different behavior but I don’t know why. I have two different pages. On one page I have a table and a “GLOBAL ACTION” that “Marks Row(s) for deletion” and then saves the model. On one page ALL rows are being marked for deletion. On the other page with the same setup only the FIRST row is marked for deletion. I selected the Global Action so that it would mark all rows. What would cause one table to mark the first row an the other table to mark all rows if they are both Global Actions?Thanks!
Has anyone had to rollback from Rockaway Point Release back to Banzai (7.36) version? We have a group using Salesforce that cannot be down or have operations impeded in anyway. Although we have tested, I am very nervous about not being able to find any rollback instructions to a previous Skuid version. Yes, I am new to Skuid.
I have a drawer on a case model that has a table to the attachment object (another model) and a file upload component. When I attach a file associated with the first record, the table refreshes and displays the name of the attached file. When I attempt the same operation on subsequent records in other drawers, the table does not refresh. When I view the cases, all associated attachments were made regardless of drawers. Again, it just doesn’t update the tables in drawers except for the first record. (Hope that makes sense.)Any idea on how to resolve this issue?
I have been building a fairly large page and all was fine last week. My skuid trial expired and was renewed for 1 more month but now (maybe unrelated to the expiry) the page wont preview at all and wont render in a vf page? License is allocated to the admin user and permission sets etc are all set etc for the admin user - just get a completely blank page? Nothing else seems to have changed. Any tips? Really desperate to deploy the page for the team to give feedback but cant get it to display xml is below {{CreatedDate}}-NOW()
I’m working on a two-way bridge between an external API and Skuid by using a REST model. I’m able to successfully ‘GET’ data, however 'PUT’ing data back to an endpoint from the same API doesn’t work. I am able to issue a working PUT from Postman with the same basic Authentication I’m using through Skuid. The HTTP request as generated by Postman looks like this (sensitive info redacted with x’s): PUT /rest/v1/subscriptions/xxxxxxxxxxxxxx HTTP/1.1Host: api.host.com Content-Type: application/json Authorization: Basic xxxxxxxxxxxx Cache-Control: no-cache Postman-Token: 1dc95f2a-d0cb-7203-2d65-fe2f75176cd3 { "notes": "New Note" } RESPONSE { "success": true, "subscriptionId": "xxxxxxxxxxxxxxxxxxxxxxx", "totalDeltaMrr": 0, "totalDeltaTcv": 0 } What I’m able to get skuid to send looks like this: POST /apexremote HTTP/1.1 Host: skuid.cs28.visual.force.com Connection: keep-alive Content-Length: 708 X-User-Agent: Visualforce-Remoting Origin: [https://skuid.cs28.visual.force.com](
for a relatedTo(whatID) on task I want to allow a certain number of objects that the task can be related to. I found another snippet that allows me to set the target objects but I still want the autocomplete to work based on the target object the user has selected from the picklist. Essentially I want to work like the out of the box picklist renderer with autocomplete but with a defined set of target objects. // // CONFIGURATION // // Define the possible target objects var targetObjects = [‘Opportunity’,‘Account’,‘RPS_Business_Plan__c’]; // Render as a Picklist instead of an Autocomplete? var renderAsPicklist = false; var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), metadata = field.metadata, $ = skuid.$; if (field.mode == ‘edit’) { field.options.type = ‘REFPICK’; // Limit the set of target objects var targets = , uniqueTargets = {}; $.each(metadata.referenceTo,function(i,r){ if (($.inArray(r.objectName,targetObjects) != -1) && (!uniqueTargets[r.objectNam
Hello all! This is driving me crazy… I’m trying to get the title of a row-action button when it’s clicked. Should be straightforward! But I’m failing…I’ve tried: arguments[0].button.title arguments[0].button.prop('title') arguments[0].button.attr('title') Could someone do me a favour and point me in the right direction?Many many thanks!Louis
Hello! I am having an issue with a table action “Redirect to URL”. The URL that should be opening in a blank page is the Website field from the account record on the row the “Redirect to URL” is clicked. This action is not functioning correctly for all website formats. After troubleshooting, this is what the issue SEEMS to be, although there could be other things at play here. For example, when the icon is clicked for a website in the format http://www.website.com/ (with a / at the end) it works just fine as intended. However, when the icon is clicked for a website in the format http://www.website.com (without a / at the end) the redirect fails and the following error message shows up: To attempt to workaround this error, I appended a blackslash to the website name. Now, when the icon is clicked for a website in the format (with a / at the end) it still does not work, but a new error message shows up: I verified in Salesforce these website URL’s are valid, and when clicked in Salesfo
the deck still shows the “load more” option even though the model on the deck doesn’t have any data.
I need your help understanding why I am receiving failure notification when installing the Rockaway Point Release on partial full sandbox. I am practicing installing the newest Skuid release and verifying functionality is not altered. I am under a time constraint because this release also has the active session 15 timeout fix. I can email you my notification.
Hi,When trying to validate the current organization is Sandbox or Production using “Organization” standard object created a model in skuid page.var isSandbox = orgnModel.getFieldValue(orgnRow,‘IsSandbox’);When a non-sys admin user executes the page, always, isSandbox is “undefined” .and this user has no “View All” or “View Setup and Configuration”, as per their role we shouldn’t provide those permissions.Hence , any thoughts on how to get this done ?
Can we use a salesforce report as a data source instead of recreating the report as a data model?
HI, I’m looking for a way to create a new row on a deferent model once a new file is attached against to another model. Please see the below diagram, ’ I want to create an Object B record when a file is attached against Object A. I have three skuid models, Model A, Model B and Attachment model. I’ve tried to create a new record with using skuid action framework, however it behaves deferently for attachments and could’t find a way to create a new record. Can someone explain how could I go about this? What is the best approcach? with using Action framework or custom javascript. Thanks in advance.
Hi there! I’ve looked everywhere but can’t seem to find how to do this… How can I set the left panel (and have it display) on page load for a skuid mobile page (without requiring some kind of interaction by the user)? Is this going to have to be javascript? Thanks!
We have a bi-lingual site in English and Chinese. The table export function works great in English but the CSV file output does not seem to support Chinese characters. I just get a bunch of garbled characters. Does anyone know if there is a way to change how the file is exported (i.e. as an excel file instead of a .csv file) or any way convert the file after it is exported? Any help would be greatly appreciated. thanks
Hello,I would like to DELETE ALL records in a model with a click of a button using the action framework. My records do not appear in a table. Is this possible? I physically want to send them to the recycle bin. Thank you!
When i am calling an apex class with skuid button using java script snippet , the button is not executing the class all the time. The terrible thing is when i move to another tab and then again come back to the button tab then the button works fine and execute the class. Kindly let me know why this happening . It should call the class every time whenever i click on the button . plz suggest.
Seems like a really trivial question I know…But for the life of me I can’t figure out how to purchase some additional licenses for SkuidPlease help!
I’m having difficulty with a skuid pageInclude. Here are the deets. I have conditional rendering on a tab on my main page. That tab contains a pageInclude of the same page type as the main page, but displays a different record. The issue I’m experiencing is that the child page’s data is determining the rendering for its’ parent page’s tab! Although, I found that the actual child page data was being loaded, just not displayed due to overriding its’ parent page’s rendering conditions. Here’s how I tested this. Pretend we have an opportunity field called “ShouldILoad__c” and two opportunities named “OppThing1” and “OppThing2.” Our tab, “Deal Info On Renewed Deal” that contains the page include, will only render if ShouldILoad__c is true. In scenario 1 OppThing1.ShouldILoad__c == true OppThing2.ShouldILoad__c == false (which shouldn’t matter since it’s not the parent page) So according to the rendering condition, this should load. And it does. But once I click on the tab, it disappears l
I can’t get the to page error that is generated by the page included in my popup:
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.