Upcoming Event - 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
Hello,I’m trying to find a way to Remove a picklist option from a Multi picklist type of field via action frameworkExample: the field contains: John Smith;Sam Smith;Bob SmithAnd via action framework, I would like to remove let’s say “Bob Smith”, while leaving the other picklist options intactTo add a picklist I was able to accomplish it using Merge SyntaxBut cannot figure out how to remove one, while not removing all picklistsAny help would be appreciatedThx
Hi all, In the FileUpload component I can choose between “Person” and “Org” to display as a default if no file has been uploaded yet. I now want to change these default to some of my own images. What is the best way to achieve this? I saw that these photos are stored here “/resource/skuid__DefaultPhotos/Profile.jpg”, but I cannot find them in the static resources. Do I need to do this with a script? Thanks for your help. TLDR: I want to change some the FileUpload default photos.
I have added a table in a pop-up.I am not able to add new rows to the table by clicking on’+’ icon.Is this a limitation?
Hi,The Calendar drag & drop has been working fine until yesterdayLate last night I updated our Skuid from 7.20This morning when trying to work on the calendar for leads, I can no longer Drag and drop any event, nor is any of my users.Nothing has changed except update Any ideas?Weird thing is, I have a very similar Calendar on Account Object, and works well, i can drag and drop…Thx
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
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.