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
Within a title block referencing a specific model I have a button that calls an inline javascript snippet. I would like to reference the Model that is within the context of the Title block that the button call is coming from. For example if the Title Block is referencing a Model called MyAccounts then what javascript would I use to get the Model MyAccounts dynamically? If I were calling a snippet from within a Row I could use something like arguments[0].item. But I am not sure what the syntax should be for what I am attempting.
I have a Rich Text Area(5000) that is not expanding. Watch video:https://drive.google.com/file/d/0B409lhd9sYDcZE5JbUFYM1RiSTQ/view
I have upgraded to the new microsoft IE (Edge). The CSS is being processed in the wrong order. Here is Chrome: Here is IE (Edge) Here is the CSS: Why?
I’m able to get Skuid to override the standard layout for a certain profile when a user logs into the customer portal we have set up. I’m now trying to allow a different profile to access the portal and see the standard Salesforce layout but having no luck. I’ve created a page assignment in Skuid for the profile that I want to see Skuid but the VF page doesn’t seem to want to redirect the other profile to the standard layout… Full disclosure - I’m not a developer and the one person on my team that could help is unavailable so here’s the VF page I’m attempting to use: <apex:page standardController=“Account” recordsetvar=“a” extensions=“skuid.Redirects” showHeader=“false” sidebar=“false” readonly=“false” docType=“html-5.0” action=“{!IF(canUseSkuid,‘’,redirect)}” title=“Credit Application”> <skuid:page objectType=“CreditOnly” actionType=“Tab” /> </apex:page> Any insight would be greatly appreciated.
I am trying to deploy skuid pages to production but I am getting this error:Foreign key external ID: _camino_template not found for field skuid_UniqueId__c in entity skuid__Page__c. Does anyone faced a similar problem?
Hi, I’m trying to figure out how I can reorder an entire list each time a list item is dropped into a new position. I’ve implemented something that almost works (works the first time you try and but not the second) and need some direction on what’s causing it to break on subsequent events. Here is the code: var params = arguments[0], $ = skuid.$, oldIndex, newIndex; var model = skuid.model.getModel(“Fabric”); var modelRows = model.getRows(); //Table->Display->Advanced->Unique id $(“#Skuid_Fabric_Trim tbody”).sortable({ start: function(event, ui) { oldIndex = ui.item.index(); }, stop: function(event, ui) { newIndex = ui.item.index(); for(i = 0; i < modelRows.length; i++){ if(i == newIndex) model.updateRow(modelRows[oldIndex], ‘Popularity__c’, newIndex); else model.updateRow(modelRows[i], ‘Popularity__c’, i); } //save the listed models var models = [model]; skuid.model.save(models,{callback:function(result){ if (result.totalsucess) { skuid.model.updateData(models); //requery
Let’s play ‘Is it possible?’ I had a math professor who used to always say, ‘Don’t use a helicopter to get across the street.’ I feel like the way that I am accomplishing my end result is a helicopter solution, and some of the brilliant minds on this community might help me learn to walk. Here’s a screenshot of the page: The fields in the 3 columns on the right side are all Ui-Only fields. The field that I would like to update is a long text area field called Notes in the leftmost column. Is there a lightweight way to add a phrase to the Notes field when someone marks a Ui-Only field. For instance, if you select everything under the 2000 Hz question, it would add “2000 Hz: Passed - Left, Passed - Right” to a new line in the Notes field while not erasing what was already in the Notes field.
I’ve designed a dashboard for handling support tickets. This consists of a queue which updates a page include. The page include contains a field editor and a template, which contains the HTML for an iframe containing the record’s chatter feed.(Note: I have it set up this way because when I tried adding the regular chatter component, the page seemed to break)The problem I’m experiencing is thus: within the page include page, there is a “Mark task complete” button. This updates a field on the record and then saves its changed. When the save occurs, the iframe template breaks. When I inspect it, I see that the record ID is no longer being passed to the iframe source. Any ideas on why this is happening? Happy to provide further details as required.
Hello,One of my sales rep has user locale equals “spanish” in SF.com.When he tries to update unit price on oppty product line item he receives error message : " field integrity exception : Total Price (total price must be specified)".At the moment I cannot explain why but when I change his locale from Spanish to French or English United States or English United Kingdom then he is able to update oppty product line unit price for the same opportunity.Locale German seems not to be working as well. When I change same user locale from Spanish to German, he has the same error message as above.Would you be able to assist ?
What kind of data can I put into the parameters of a Custom Apex Action? Is there a context specific merge syntax :)? Or does it only take hardcoded values?
Let’s play - Is It Possible!! Is it possible to summarize a child relationship of a parent object? Use case using native objects: Accounts, Contacts, and Cases When I am looking at a table of Cases, can I display a list of the Contacts from that account in the table? I attached a low tech example. Note: I know that the option to do this isn’t available through the Page Builder (fields –> child relationships), so I would expect it would be something that I’d do through the XML Thanks!
When following the instructions for accessing files (eg for images), I cannot determine where the field is actually searching for files. If I upload into field it will essentially start building a library but I cannot locate it. It isn’t under the files tab, it isn’t as an attachment. Where would that repository be located? How does one access the actual 'files '? The use case will be to add multiple images to inventory. Thanks
Experts, I have a model named “Unread Alerts”. I have added fields to order like shown below: Which works fine when page loaded. But, the requirement is, we need to provide a picklist to user : Sort By CreatedDate Sort By Priority Sort By Something Else Whenever the user pick one of the options above, we need to refresh the table order by the selected field. How to dynamically change table data by ordering per the field selected ?
Hi There, I have a requirement where I need to show the count of records on Tab. So I did try like below on Tab label: Unread ({{$Model.MasterAlerts.data.length}}) This helps me het something like : But, the count is not getting refreshed when rows are removed from model. How to get those counts refreshed ?
I’ve created a simple Skuid page connected to a custom object called ‘Jobs__c’ The page is accessible when staff go direct to the skuid page. However, when overriding the ‘Jobs’ tab to point to the skuid page ALL users see the ‘Insufficent Priviledges’ error. The only user that the tab override works for is the main admin account. See images below:
Is there any way to catch the context-row of a table based on row-action, from action framework ? instead of having a javascript snippet to be written ?I want to catch the context-row of a table on a row-action and push this as a new-row to another related model.
Hi,Just to make sure i’m not overlooking anything.I do not seem able to create an aggregate Grouping based on a SF number field.Is my only solution to create a new picklist field on that object (or text field) and have a workflow update that field with value?Hope notPlease let me knowThx
We have a canvas app in a visualforce page in an iframe on a skuid page. There is a lot of conditional rendering of skuid elements on the page. Every time a field value is changed on the page, the canvas app reloads. Is there a way to keep this from happening, or a way to better control when reloads do occur?
I have a template on a layout which iframes a visualforce page. Also on the layout is a field editor. When a user clicks to edit a field in the field editor, the template refreshes the iframe. Is there anyway to stop the iframe from being refreshed on edits in the field editor? Thanks, Paul
Using Chrome version 52.0.2743.82 m.
This is probably a very silly / newbiew question. I have a custom list view page built with Skuid that shows my existing records. When I click the link, it takes me to a custom detail page. Works nicely. When I click the new record button on my list view, I get the out of box new record page. I am having trouble figuring out what the redirect URL needs to be so that I can get my custom detail page (blank) ready to take all the details and create a new record.
Hi,I started seeing this error often , and upon looking into it, it looks like a problem with formula handling negative numbersLet’s say i have 2 field i want to add upField A value = 1000Field B value = -28And i have a formula {{fieldA}} - {{fieldB}}, it will return this error as Field B is a negativeMy problem is those field would contain 95% positive values, but in some cases , as intended, the number would be negativeIn the example above i would expect the result to be 1028Is there any way around that error, or a way to hide this error message for this case only?Thx
Hey I have a tab in Skuid under that tab i have included a table for a particular object . Now My requirement is whenever I am selecting a particular row I should get a pop with all related list of that record. I am able to get pop up but i am not able to get data in related list of that particular row.
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.