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’m getting the following error when I try to edit one of my skuid pages:The configuration of your org has changed, please reload the page. Missing dependent object: Field: Task.IsHighPriority Any ideas? Other pages work fine and the problem page loads in my org just fine. I get this error and am unable to modify the page when I click on it. No changes to the org have been made to my knowledge.
I added the Manual filter to the Table and its not affecting the model condition, Please advise
We have a team that is doing a “code review” and wants to take a look at the XML behind all of our Skuid pages (~200 by last count). The easiest way we’ve come up to help them do this is to package all of the pages up into static resources, export the static resources, and send the files to the team. The gotcha is that XML formatting in the static resource files is ugly (looks like there are no CRLFs). What are our options for sending the team all of the page XML in a ready-to-review format?Thanks!
A minor problem: I set up a child relationship on a model. Everything’s working great, except that when I display the textarea field {{Nurse_s_Notes__c}} I get html paragraphs in the actual text: Here’s the set-up: I tried the triple mustache, to no avail. Any ideas?
The new SOSL query option for table searches is great. I was wondering if there’s some way then to run an SOSL model query using the API as well?Thanks!Kartik
Hi, I have custom: SF button/Link as action type on button properties. Is there a way I can get the button open up on a new tab.( Similar to redirect url options) ?
I am trying to use standard Lead convert process from SKuid interface by passing the SaveURL and RetURL. But In Standard Lead Convert, there might be scenario user will be asked first select the account(step1) and then select the existing Contact(step 2) inorder to complete the Lead conversion. Convert button clicked on step1 its returns to SaveURL page but I am not find how to negative to Step2 if exits and then return to skuid page(saveURL page).In Skuid page Button Redirect to URL value is /lead/leadconvert.jsp?id={{Id}}&isdtp=vw&saveURL=%2Fapex%2Fskuid__ui%3Fpage%3DREP_MyLeads%26leadid%3D{{Id}}%2F{{Id}}&retURL=%2Fapex%2Fskuid__ui%3Fpage%3DREP_MyLeads%26leadid%3D{{Id}}
As an admin, I am able to access the page at: https://skuid.na12.visual.force.com/apex/skuid__ui?page=IdeaDetail&id=087U00000008io7IAA But, my non-admin users are not. They get the error: Unknown property 'skuid.Ui.labels’Error is in expression ‘{!labels}’ in component apex:dynamicComponent in page skuid:ui I imagine it is some permission or something… I don’t know! I haven’t had this issue before. Any ideas?
On page load. Misaligned SUM and AVG in footer. After clicking on row action. Aligned SUM and AVG in footer.
If I have a model with unsaved changes, is there a way that I can access the value of a changes field that is still on the server (the saved version)?An example:I have field Date__c which is a DateTime.I change Date__c in the skuid model.Before I save the model, can I access the value of Date__c on the server, (and compare it to Date__c in the model?)
I have a table whose model is an aggregate, it loads all the data up to the limit but load more doesn’t load anything more.
After installed Superbank - Patch 6 in our sandbox, we received below error: Failed to parse XML due to: in epilog non whitespace content is not allowed but got n (position: END_TAG seen …n… @90:43) An unexpected error has occurred. Your solution provider has been notified. (skuid) Any idea what might be the cause?
Let me first apologize if my terminology is off- I’m a n00b. We are syncing the Events object to Outlook through one user we call “CMC Staff”. However, in order to sync all the events have to be assigned to CMC Staff (we are using Riva Sync). I realize this is an odd thing to do, but its the low-cost option we’ve come to in order to sync our events with Outlook. We’re already paying for more than planned to use Salesforce and now Skuid. We thought there was a way to have all users sync with Riva, using one user, but apparently that’s not the case. ANYWAY— *We’re trying to auto-fill the assigned to field, called ‘OwnerId’, of the model ‘All_Events’ (Events object) WITH the user ‘CMC Staff’ from the model ‘CMCStaff’ (this is the User object with a condition to only show CMC Staff). By default that field is auto-assigned to whomever enters the event on the Calendar. —First I tried simply using actions to update the row with “CMC Staff” in the appropriate field, but that doesn’t work. The
I have a formula field, “Age Range” with this formula:IF(VALUE(Age__c)>18,“19+”, IF(VALUE(Age__c)>=15,“15-18”, IF(VALUE(Age__c)>=10,“10-14”, IF(VALUE(Age__c)>=6,“6-9”, IF(VALUE(Age__c)>=3,“3-5”, IF(VALUE(Age__c)<=2,“None”, “None”))))))This age range shows up great in a report, but I want to include it in a dashboard. I have an aggregate model and want to group by this age range field, but age range doesn’t show up in my groupings - it will only let me aggregate this field. Any thoughts on why?
too funny!
I am having trouble with the Event’s tab from showing any results for the Account Detail and the Contact Detail pages, as copied from the repository.
I cannot see events from the end of the month on month view calendar: end of the April (April view) And can see in May view How can I change it? Best regards Pawel
We have two custom objects - let’s call them “bucket” and “stuff”. A bucket can contain zero to N stuff records e.g. there is a lookup relationship from stuff to bucket. Because it is a lookup relationship stuff has it’s own _share object. Because of the way stuff is being bucket(ed), users that can see the stuff related to a bucket may not be able to see all of the stuff related to the bucket. We have a requirement for a bucket Skuid page that has two tabs - a tab that lists the stuff in that bucket that the user has read or read/write permissions on and a tab that lists the stuff that the user does not have permission to read. To the best of my knowledge I can’t use a model to display the list of stuff records the user can’t at least read. In a class.method “without sharing” I can get at the unreadable stuff records, but how do I pass them back out to Skuid to be displayed on the page? Or (hopefully) is there an easier way to tackle this?
Currently, the “add event” button on the calendar is stuck on April 2nd. All other dates appear to be inactive. Also, the pop-up calendar for month-by-month scrolling to the future or the past is stuck on April 2015.Any suggestions would be greatly appreciated!Vickie
We have 3 models, 2 are aggregate for use with Charting and the third is a basic chart for pulling specific report related data. We have a Tab Set and use the Picklist function. The two charts draw pretty much immediately, but the table takes about 30 seconds to display. It is obviously using a selection criteria that returns 66 records from a thousand or so. The we have a filter that allows the user to filter by Category. If you change the filter is takes a minimum of 50-60 seconds to re-display the information. I know that using the aggregate model will allow SF to do the processing and basic brings the record set down to the end user, but this is quite un-usable. Can you have an aggregate model and still bring fields into the table that are not defined as aggregations?
I have a table that i’m trying to display the name of the month instead of the number. I have: I found this that should work to add the name, but i can’t get it to work: var d = new Date(); var CreatedDate = new Array(); CreatedDate[0] = "January"; CreatedDate[1] = "February"; CreatedDate[2] = "March"; CreatedDate[3] = "April"; CreatedDate[4] = "May"; CreatedDate[5] = "June"; CreatedDate[6] = "July"; CreatedDate[7] = "August"; CreatedDate[8] = "September"; CreatedDate[9] = "October"; CreatedDate[10] = "November"; CreatedDate[11] = "December"; var n = CreatedDate[d.getMonth()];Any idea on what I'm doing wrong?Thanks in advance for any help!Kris
We are using Salesforce’s State and Country picklists. When we display the State/Province Code in a separate column on a table component, the field shows the appropriate ‘state’ based on the selected country code and state/province code on the record. When we display the State/Province Code in a template field, it pulls in the wrong ‘state’ for the selected country code and state/province code on the record. In this example, you can see that we have set the state and country to be Pennsylvania and United States. Viewing the same record in a template field, shows: Note that ‘Palermo’ is a province in Italy. It’s State/Province Code is ‘PA’ and matches Pennsylvania’s code.
Hi,how to enable/disable row actions edit / delete button based on user access level.For detail page buttons we have unique id, which helps to refer in the javascripit,incase of row actions can we able to set unique id which we refer in javascript.any solutions
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.