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
Hi,We’re displaying 10 account models on a single page. All the models have been pre-filtered based on a customer segmention value. This works fine, but we’re having trouble determining how to apply additional filters to all 10 models (global filters). The user may continue to filter the accounts by a number of additional fields (Sales Rep, Region, Gross Margin, etc.) so the solution here which suggests hardcoding values in the condition(s) isn’t feasible.We’ve also tried the example in the cross-object conditions post, but again the example is based on hardcoded values. How do we pass a value selected in one filter into the value field on conditions on other models? That seems to be the part we’re missing. Thanks!
I have created a 2 column division, in column 1, I’ve placed a section header name, but in column 2, I don’t want to place text for the header name, but I want the header to have the same height as the header in column 1 as if there was text in it. Is there some CSS I can place in the Section Title box that would allow me to do this?
Hello everyone,I’m attempting to add a Suggestion Box to a Skuid page and I’m receiving a strange error message as seen below:Vote Type being blank I assume is just a UI issue between Salesforce and Skuid since it’s a button in Salesforce. I tried to replicate that promote vote button using the Run Multiple Actions - Vote: Create new row(s) > Type: Up.Any ideas?Thanks!
I have an Invoice detail page that has a tab showing the invoice line items in a table. There are two tables for invoice line items rendering based on a field on the invoice. Here is where it gets weird…I can see the line items but other users can not. Some of these other users have the same permission and profile as me. I have sys admin permissions. Things I have checked:Ensure the rendering condition is not specific to me. That other users can see the line items in SF standard view Permission to field that the rendering is based on. checked model data in the console while logged in as another user to ensure the data is populating. Let me know if any other information would be helpful. Any suggestions would be greatly appreciated!
Sounds like a silly question, but I’m hoping to get an idea on how custom headers/footers could affect page performance. And I don’t know enough about Master-Child page relationships even speculate. I’m aiming to build a fairly intricate header & footer which mainly includes direct links to our documentation articles & current reports; however, I didn’t want to build this out only to realize it’s slowing each individual page load.I just added a bunch of direct links which makes the page 1,100 lines but I haven’t noticed any slow performance. Just wanted to get an idea on whether this could become an issue towards 2,000-2,500 max.
Seen some related references on this subject but something I’m missing.I have 2 aggregate models, lets say Accounts and Contacts. I have 2 Accounts charts that drilldown fine. From the 2nd chart I want to pass the drilldown context to the Contacts chart, which is on the Contacts aggregate model. Not seeing how to do that.Ex/ So my 2nd chart is showing all Accounts in East that are Inactive. When I click chart slice I want that context to go to Contacts so I see all Contacts in those same Accounts.I saw some references to the Highcharts API stuff, which is foreign, but even with that I don’t get how you’d use that merge syntax, if that’s what’s needed, in the drilldown options…or am I supposed to be using a filter condition instead? If so, still confused how to pass the correct context.
It would great to be able to use Skuid to freeze/unfreeze users when deploying changesets instead of having to mess with the dataloader. I created a table on a Skuid page with the UserLogin object for the data model. For some reason, however, the UserID column is blank.UserIDs show up fine when using this query in the developer console:Select Id, UserID, isFrozen from UserLoginAnother example of Salesforce protecting us from ourselves?
Hi I’m trying to delete a row conditionally in Javascript: resumeModel.abandonRow(resumeModelRow); resumeModel.save();This deletes the row in Skuid, but not from the salesforce database. Has anyone done this successfully? Thanks!
I have a field as Editable. The field is automatically populated with the value when the page is loaded. I have a condition to make filed readable using javascript. If the condition satisfied, the field changed to Read only but the value disappear, Below is the code to make field Readlonly,var modRef =skuid.model.getModel(‘PayInv’); var rowRef = modRef.getFirstRow(); var f = rowRef.Refunded_Amount__c; console.log(f); if(newD !== dateString) { f.readOnly = true; }I am wondering why the value disappear when the field changed to ReadOnly ? I would be glad if any one could help me with this.
The action “Row in Model updated” is only working the first time the model is loaded. If you change the page or select a different item from the filters, it does not trigger the “Row in Model updated” action. What can I try here? Thanks in advance!
In the theme editor I can’t seem to find where I can change the styles/colours of the “Apply” and “Cancel” buttons on a multi-picklist table filter. Right now, the text and background of the apply button are both white, so you really can’t see it. Any help would be much appreciated
Hi All,I have a requirement to display field (in detail page) with in line edit based on 2 other field values,Req: ‘Title’ is a field on detail page, and Created by & Owner are 2 other field’s exposed in detail page. While editing the exiting record in detail page (by using Edit button), it should allow user to edit the ‘Title’ field for current logged in user only if the loggedin user matches with ‘created by’ or ‘owner’ field value.tried by creating 2 duplicate ‘title’ field’s and not able to apply rendering b/w 2 duplicate ‘Title’ field’s based on 2 other field values which are related user info.Thanks
If I create an external data source model that has accounts. Each account has a number as its identifier. I also have an object in Salesforce that has these same accounts with the same numbers. This is to store additional details about the accounts that isn’t allowed by the external data source. How would I relate them so I could display data from both the external data source and from my Salesforce object on the same table?
I have a queue on the left hand side of my page which when clicked sets conditions on a model to control a chart on the right hand side.The chart has a drilldown option to slice my data a different way, but if the user then selects a different entry in the queue without clicking Back on the chart, the chart stays on Chart 2 and presents a confusing view to the user.Does anyone have a snippet that I could add to my queue actions to back the chart up to Chart 1?Thanks!Linus
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
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.