Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi there. Trying to create a Visualforce page (called Snapshot) to override the Accounts tab and I keep getting an error: “Unknown property ‘redirect’ referenced in Snapshot.” I’ve already set-up the page assignments and updated the page to override the Accounts Tab. My skuid page is a queue with a page embed that references a few different objects. Could this be the issue? Here is the code I am using:apex:page standardController=“Account” recordSetVar=“c” extensions=“skuid.Redirects” action=“{!redirect}?actionType=Tab&objecttype=Account”>apex:page I had to add in ‘amp;’ after the & since I was getting an error there too. Any help? Thanks!
I have a table based on the Account standard object. I have Contacts that are children of the Accounts (as per usual Salesforce set up). I add a Child template field to my Accounts Table to display all child Contacts. Works perfectly on page load. If, however, I try to search, filter or “load more” the child template field for all rows empties. Basically if I do anything that requires the model, it doesn’t requery the children.
Skuid pages are not working properly within our Salesforce application. They work fine in the editor, but when I try to access them through Salesforce, things do not work properly, and some pages fail to load.The problem seems to be that Skuid is loading in parts of itself via XHR requests to static resources. These requests are to URLs of the form:https://our-org-name.eu6.visual.force.com/resource/1456536579000/skuid__CoreComponents/runtime.js However, accessing these results in an HTTP 302 which points to a resource on a different domain:https://skuid.eu6.visual.force.com/resource/1456536579000/skuid__CoreComponents/runtime.jsSince the browser will not carry out cross-domain XHRs without the proper CORS configuration, these requests fail.How can I ensure that these resources are served from the same domain as my Salesforce application?
I am trying to put only one save/cancel button for the entire page. however, I have models that are dynamically created using javascript. in the save/cancel button that i added to the page i can only select specific pre existing models.and i cannot manually modify the xml in the page since i dont have the exact names of the models that will be created .is there a way to bind models to the save/cancel button dynamically when these models are created ?
I’m having an issue with uploading a custom component pack. I followed the tutorial here: http://help.skuidify.com/m/11720/l/288289-component-packs-and-custom-components and despite uploading identical code, received the following error on the builder page: I then discovered that a default component pack is created, so I’ve downloaded it, uncompressed it, recompressed it, and uploaded it. Same error applies. I’m using Mac OSX 10.10.5 and the ‘Compress’ option on folder right click. While I believe this to be a .zip issue, am I mistaken on uploading the modified component pack to the Static Resources? Is there a better way to achieve this?
At first I thought I was going crazy, but now I’m pretty sure it is my Visualizations. My color scheme went to all black for no reason. Background change to black and all series colors went black. Black on black is not the best color scheme for a chart! I fixed that and things seemed normal. Then it happened to another one… Then another one… So far 3 Visualizations changed themselves to black on black. I’m running 7.31
Ok, this is probably a stupid question… How do I get a reference field to successfully filter on multiple selections from a multi select picklist.I have a reference field to Campaign and a multi-select picklist of type values. If the user picks two different types I want the reference field to be filtered to contain Campaigns of any of those types. My filter works currently if only one value is selected, but if multiple are selected I get no results. I’ve tried both the “in” and “contains” comparisons and get the same result either way. Seems to me “in” should be the right option… It seems to me like both “in” and “contains” are behaving like “contains”. my single value from Campaign.Type has to fully “Contain” all of the choices from the type multipicklist which is impossible since there can only be one type on campaign…
My custom page just will not render in the editor. JS console shows the following: skuid__SkuidBuildersJS:11 Uncaught TypeError: Cannot read property 'getEntityMetadata' of undefined Less than one day using Skuid and I run into this. Not impressed.
I have a button that runs an action which is a javascript snippet. This snippet returns a promise. It resolves the promise if successful and rejects it if it isn’t. I want to be able to add an onError action to the snippet action that will display the error message that is returned in the rejection of the promise.I have the onError event working and it displays when the snippet code fails. The issue is, that it only displays the text that is put in the Message field of the action. Is there some sort of merge syntax I can use to pull out the text that I return from the rejected promise?
I have some required fields in my models. when i click on Save button without enter any data, i need to display error messages in top of the applicatio page.for this i have to write any custom snippet. can any help me to give some sample snippet data
Anyone have any ideas on how I could take a single record and make a copy of the record for each of several users I choose? Let’s say I own a task and I want to create copies of that task for three of my coworkers. Same task, four copies, four owners. Has anyone tried something like this?
I have a request where I have to link a page to an image. Lets say if i click on an image it should re direct me to a different page. please help me in doing this.
I have a custom header with some navigation components and I would like the labels for these navigation components to be bold.
Not abel to create a new page in my developer or
Hello!The charts on one of our Skuid pages are being rendered in monochrome, but only in Safari, not in Chrome (not tried other browsers). Also, this is not happening for all our pages.Lastly, there’s no custom CSS, and swapping themes doesn’t fix the issue…I’ve tried seeing if there’s a CSS culprit using the developer console but can’t seem to find anything. There are a bunch of CSS errors in the console for Safari, but that’s true of the other pages where there is no issue too…Not sure what to try next…Cheers!Louis
i have one look field “loan Product”. two loan products i have like 1. secured loan 2.Unsecured loan.when i select 1.Secured loan from lookup field, Collateral model section will come automatically populate. for unsecured no collaterals.for secured loan, when i click on save button( in actions, selecting the collateral for model saved changes) without enter any values ,its Showing error message like Collateral field required(whatever field made it as required in that model). its working finefor unsecured, when i click on save button( in actions, selecting the collateral for model saved changes) without enter any values, its showing error message Collateral field required,even unsecured doesn’t contain any collateral model. how to make changes for unsecured loan in button actions
In my skuid application page, i have a required field in object that comes under managed package. with out giving any values when i click on save button, its not showing any error message like “Required field value is missing”. how to achieve this error message using field render or any idea.
I have got 2 models Application and Contact , where Contact is a lookup to application.On Application field editor having 2 fields 1 - New Borrower 2. Contact Reference when i enter existing contact in contact reference lookup field , i am getting the contact details after that when i click on new borrower check box, existing contact details are cleared and i am getting new contact fields then again when i uncheck the new borrower check box, previous contact id showing in lookup contact reference field. can any one help on this, how to clear the previous contact id in look up field reference. I need here without data when i uncheck the new borrower check box
I haven’t gotten an answer to this post, but I’ve better identified the problem, so I’m re-posting with a more accurate title. Here are the conditions on my model: When I look up the model’s .soql property in the runtime console, I find this: “SELECT Name,Id FROM Patient_Case__c WHERE (Patient__r.DefaultCenter__r.Name = ‘CompassCare’)” The conditions on the First_Complete_Interaction_Date__c field are simply not being processed.Does it matter that it is a salesforce formula field?
We have a visualforce page that is used to create records based on a custom object. (Eventually we want to rewrite this in skuid, but until then…) In standard salesforce, the New button is overridden by the visualforce page. I’m trying to create a link from a Skuid account detail page to create a new record for this object. The link as it appears when called from standard Salesforce (parameter variables in bold): /apex/techDataReq?CF00Nj000000981G8= TEST+ACCOUNT &CF00Nj000000981G8_lkid= 001j000000WFP8W &scontrolCaching=1&retURL=%2F 001j000000WFP8W &sfdc.override=1 Here’s the URL I’ve built using merge fields in Skuid: /apex/techDataReq?CF00Nj000000981G8={{#urlEncode}} {{Account_Name__c}} {{/urlEncode}}&CF00Nj000000981G8_lkid= {{Account__c}} &scontrolCaching=1&retURL=%2F {{Account__c}} &sfdc.override=1 However, when I click the link from the Skuid page, none of the merge fields show up in the URL: /apex/techDataReq?CF00Nj000000981G8=&CF00Nj0000009
Hi all, very new Skuid-er here.In our org, each department is responsible for its own licenses, and we have a custom picklist on the User object that indicates which department a user belongs to.There is a custom object, Department, which has a field on it containing the number of licenses the department owns. I have successfully built a Department detail page which has a UserAggregate model to sum up the number of active users where the department picklist is set to the same value as the name of the Department record being accessed, and used a UI field to pull it into the same table.However, what I really need is a List page to do the same thing, i.e. a table like this :- Department Name Licenses Active Users HR 10 8 Sales 15 14 Apologies if this seems like a really basic query, but I’ve tried everything I can think of and I just can’t get it to work!Thanks!Linus
I was thinking I wanted to use secondary buttons on my Cancel buttons for a wizard I was creating. After some design reviews the team decided that they didn’t like them. I went in and unchecked the secondary checkbox and saved and the button is still staying secondary. I reviewed the XML and it has the value false on Cancel Secondary button. I have checked and then unchecked saving both times and still it wont change. I have a couple actions tied to the button so I would really like to not rebuild it. Can someone suggest a way for me to change it back to a normal button from the secondary button. Running Skuid Version 7.27.4
Is there a way to show Salesforce reports with the Skuid header? We are skuidifying our entire instance (including headers) and want the headers to remain consistent throughout (so the user experience isn’t too jarring).
Running “skuid-push:production” (skuid-push)taskFatal error: {“orgName”:“Options for Women Pregnancy Help Clinic”,“success”:false,“upsertErrors”:[“duplicate value found: skuid__UniqueId__c duplicates value on record with id: a0o61000000StVg”]}What does this mean, and what can I do about it?I thought the push would overwrite a page with the same id?
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.