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
I have several Skuid pages with SF custom button/links that will only work for system admin users, they will not work for non-sys users. I’ve tried everything from checking the OWD settings on all Skuid object (Page, Page Assignment, Page Version, etc), Profile object permissions, access to VF pages, Permission sets to no avail. Any help is appreciated. Thank you.
I get redirected to the Salesforce pagelayout even though i have already created a Skuid page assignment. It’s working if i tried creating on the Opportunity tab itself but i tried creating in the related list of an account We are currently using an OOTB “New”, it works fine if the user has access to other record types IE. user can pick a record type after clicking New. but, if the user only has one record type designated, the user gets redirected to a salesforce pagelayout automatically after clicking “New” on the related list
I am receiving a chrome Page Unresponsive error every time I try to remove a table filter from a table. This issue has been happening on all pages I try to do this on, but here is one example: All I am trying to do is remove two table filters on the MyOpps table: and This issue does not happen if I remove the table filter through editing the XML directly, but I am hit with the timeout error when I am trying to remove the filter through the Skuid page builder UI. We have version 9.3.1 of skuid installed in production. The XML for the whole page: {{Account.Account_Usage__r.Health_Score_Label_Month__c}} + " : " + ROUND({{Account.Account_Usage__r.Health_Score_30__c}}) Closed Lost Closed Won Deal Review Cancelled Disqualified Closed - Recycle Renewed {{Account.Account_Usage__r.Health_Score_Label_Month__c}} + " : " + ROUND({{Account.Account_Usage__r.Health_Score_30__c}}) Closed Lost Closed Won Deal Review Cancelled Disqualified Closed - Recycle Renewed {{Account.Account_Usage__r.Health_Sc
Hi I have a requirement to remove a table row immediately from the UI once it's marked for deletion. I tried a few ways and couldn't get it to work.1. Model action:event: when row is marked for deleteaction: remove context rows from modelaction: save model-- use this approach, the table row disappears from the row correctly by clicking on the standard Delete row action, but it never commits the delete. So when the page loads again, the row is still there.2. Model action:event: when row is marked for deleteaction: remove context rows from model-- use this approach, the table row disappears from the row correctly by clicking on the standard Delete row action and then click on a custom Save action that just saves the model, but it never commits the delete. So when the page loads again, the row is still there.3. No model action on when row is marked for delete. Use a custom row actionaction: remove context rows from modelaction: save model-- use this approach, nothing happens.Can you pleas
I guess this is a question, but might also just be a solution; if I have worked something out right myself (Stupid isn’t stupid if it works, right?) I need to do a stacked bar chart of Opportunities broken down over month by won status. Seems really simple right. I built my model of Opps, with the standard IsWon field and put them into the stacked bar chart appropriately, got to this point in no time: It looked good to me, except the “Series” - which is showing the count of “IsWon” values in each month is reflecting it’s actual values… IsWon = false, and IsWon = true. I couldn’t for the life of me work out in Skuid how to tell it to display something different here (and I guess its fair enough, as really the chart component doesn’t know what values are actually going in there until runtime (esp if the series was split over a picklist or date/text/number etc.etc.) So what I did is create a UI only field on the model called “WonLabel” - which was a formula - and did this: I then told t
Is anyone using Live Agent with a Skuidified Service Console?If so, are you using the Console with Skuid pages as the detail pages, or did you build the whole thing in Skuid? Any best practices or “gotchas” I need to be aware of?The documentation I’m finding assures me I can use Skuid in the Service Console, but nothing specifically about Live Agent, which is a requirement.
On tab click I’m rendering page using “page include” component, I want to print time once the page load completed, I’m using below function (inline js), but it’s printing time before rendering the page.(function(skuid){var $ = skuid.$; $(function(){ $(‘body’).on(‘tabshow’,function(event){ console.log(new Date().toLocaleString()); }); });})(skuid);
What is the best method to refresh a table when various filters have been selected? A refresh button I created currently queries the model, it refreshes the dashboards, but if you had selected a filter from the table, the values do not refresh and stay the same. Any ideas would be appreciated. Thanks!
Is it possible to see logs from SKUID in ‘Browser Dev Console’, to know what is going on during ‘intital Page load’ & ‘alll Event Interactions’. When something doesn’t work, as a developer, we don’t have any clue what going on under the hood with SKUID… The reason i’m asking this is, Today i was playing with creating Filter for a table, like this, I set it to ‘Select Option’ with manual values… But, in the output, i got as a Button(but i expect a select option with values) There’s no log in ‘Developer console’ (so silent), so there’s no clue about what is happening…
I can’t see ‘UI Only Model’ Data Source Type in App Composer. But, in document, it says i can.is it not supported ?http://help.skuid.com/m/models-conditions-filters/l/378313-ui-only-models-and-fields
I tried to override a Text/Number Field in Opportunity which doesnt give any option for Reference. So, you can’t override them to Reference (but, in documentation its said i can).http://help.skuid.com/m/models-conditions-filters/l/680618-field-metadata-overrides-and-cross-object… is that something, not supported any more ?
I found a post describing what I’m experiencing, but it is marked as solved:https://community.skuid.com/t/picklist-field-showing-old-values-field-dependencies-not-wo…We’ve overhauled the dependent picklist options in one of our processes, and the options are not updating in Skuid. I’ve tried deleting the field from the model and putting it back. I’ve tested with a new page creating a model with just the fields involved in the dependency. Only seeing the old options.Brooklyn 9.3.4, Spring '17 sandbox and Winter '17 Production
I have a automatically generated filter condition (grayed out) on my model that is driven from a Queue filter. When I remove the queue filter, the condition remains. I have not been able to remove it altogether –
Shortcut to currency fields are not working… i have tried as it’s explained here,http://help.skuid.com/m/models-conditions-filters/l/108687-template-fields Problem When i edit ‘Sales Price’ i tried 10K… but, its stored as £10 … if it’s not supported anymore, i think it’s better to remove from documentation.
is it possible to create an inline help indicator in a table’s field column?
Hi there - I’m trying to default a text for a field. Scenario is that I have a button that is opening a popup to enter notes. I want to default the comments, subject, etc. I have 4 “notes” buttons, but each of the 4 buttons will have different default text. So, button 1 subject says button 1, button 2 subject says button 2, and so forth. I’m trying to not have to create 4 different models with all the same functionality with exception of the default text. Does anyone have away around this without any JavaScript?
I have a table with a list of records (course offerings) with a row action of “enroll”. When they click that action, a new record is created in a junction object connecting a contact to the course offering.The functionality works, but the first time a course is enrolled in, the process take a while, like 5-10 seconds. However, subsequent additions don’t take nearly as long (1-2 seconds).Any idea why the first one would take so long? This is being run from a public site page. Perhaps there’s an API connection lag, though there are query calls happening before this?Thanks for any idea/insights.Seth
I have been experiencing the skuid regex issue when I try to access the skuid view of a salesforce record. I use the visualforce page wrapper around the skuid page. All the users who have the skuid license have the access to the visualforce page wrapper. This issue is being experienced by only few users in our org. We checked our logs and could not find anything. Please see attached screenshot about the issue. It would be great help for us if we know more about the reasons for this issue.
Model failing to get all child record on cloned record. Parent record is creating manually with multiple child (Assume 10 child record’s exist. Child records are creating based on field value which is a self-lookup to the same object, have mater-detail relationship b/w child and parent object, child record’s will be added with existing record’s after every update on self-lookup field). After cloning the record i am not seeing all the child record’s which are associated with parent.(out of total 10 record’s seeing only 5 which are related to the current self-lookup field) ‘Save’ button Actions on clone page: Saving changes in models 2.Redirect to URL Model’s in clone page: Master record: Cloned Record: In the above cloned record seeing only 3 record’s out of 9 record’s from parent. Tried with model changes and other steps from skuid community but no luck.
It seems there is some issue with rendering of templates on fields editor developed dynamically using makeXMLDoc. Below is my xmlDefinition - var xmlDefinition = $xml( ‘’ ).append( $xml(‘’).append( $xml(‘’).append( $xml(‘’).append( $xml(‘’).append( $xml(‘’).append( $xml(‘’), $xml(‘’),$xml(‘’).append( $xml(‘Client(s)’).append( $xml(‘’).append( $xml(‘’) ) ) ), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’), $xml(‘’) ) ) ) ) ) ); I basically need below code in the template field - {{{Investor_s__c}}} Any idea how can we implement the template in makeXMLDoc? Here is the output of my code -
I’ve created a task page that I’d like to relate to either a contact or lead or an opportunity record when saved. When it comes to save, i receive the error: Please relate this touchpoint to either a lead or contact. Any idea where I can get more information on the correct parameters I need to make this work?Thanks!
I was trying to create and utilize Custom Settings for my Skuid page.I have a picklist field that I wanted to have two subsquent currency fields that would populate values based on the selection of the controlling picklist field.The problem I am having was I noticed when I initially created my Custom Setting in Salesforce I accidentally created the setting as Private List. When it needed to be Public according to posts I read on the Skuid Community. So, I tried to edit the existing setting to change it from Private to Public. But it wouldn’t let me, so I decided to delete the whole Custom Setting and create a new one. Now when I try and create the new List and Public setting and link it to the same Custom Object I had previously created one with it says “Error: That object name is already in use.” Even though I have know other Custom Settings using that object, and have hard erased it from the deleted objects section of the Custom Settings area.Anyone know who I can create a new Custom
Skuid,We’d like to customize the title of the pop up that you see when clicking the magnifying glass of a reference field in Skuid. This is supposed to be a feature released in Banzai per Rob Hatch’s comments on this question.https://community.skuid.com/t/customize-reference-field-lookup-dialog-titleWas this feature released? If so, how do I use it?Thanks,Bill
Using the table component, I want to be able to create new records (in this case, new task records) via a custom button and without having to do a pop up. The + has some logic that I’m assuming can be recreated via the action properties without using a popup or using javascript instead. Can someone point me in the right direction or help me in creating one of the two options? Thanks!
Hi Guys,We have a requirement for a user in one timezone to book appointments for agents in multiple other timezones. Specifically we need a user in timezone A to be able to book appointments in timezone B, in timezone B’s local time. We poked around inside skuid.time and found the following two functions perfectly solved our problem:1. skuid.time.setUserTimeZone2. skuid.time.makeFormattedLongDateTimeIn reviewing the API documentation (http://help.skuid.com/m/11720/l/129505-skuid-time) for skuid.time I could not find either of these functions documented, however.Are these supported functions that will continue to exist in the future or are we best not to use them and find another way?
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.