Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I have created a multi picklist field with values A, B, C, D and None. So, the previous records are having the value null for this field. I am not able to filter for null values on Skuid.
I thought I had seen this before and am trying to replicate it, but having difficulty. Essentally, I have a table of Users. Each month, I need to update some of the users roles/profiles/managers etc. Is there a way to type each of their names in the table Search box and have them all show up in the table below?For example, if I type in ‘John Doe’ his user record is displayed. If I then type ‘Jane Doe’ She is displayed and John does away. What I would like to do is type in ‘John Doe’ ‘Jane Doe’ ‘Bob Johnson’ ‘Adam Eve’ and have all 4 of these users show in the table.Is this possible? I feel like I saw it before and it would be a huge help to me and many folks on my team. Thanks
skuid.sfdc.search seems to be broken in skuid version 11.2.7. The following code from skuid documentation (https://docs.skuid.com/latest/en/skuid/api/skuid_sfdc.html#skuid.service.search) does not seem to work anymore.var $ = skuid.$;var queryText = ‘skuid’;// Perform our SOSL Search$.when(skuid.sfdc.search({ query: queryText, searching: “ALL FIELDS”, returning: [ { “objectName”: “Account”, “fields”: [“Name”,“CreatedDate”] }, { “objectName”: “Contact”, “fields”: [“FirstName”,“LastName”,“CreatedDate”] } ]})).done(function(searchResult){ $.each(searchResult.results,function(i,sobjectResult){ var objectName = sobjectResult.objectName; var records = sobjectResult.records; console.log(‘* Found ’ + records.length + ’ ’ + objectName + ’ records’); $.each(records,function(j,record){ if (objectName===‘Contact’) { console.log('Found Contact: ’ + record.FirstName + ’ ’ + record.LastName); } else console.log('Found Account: ’ + record.Name); }); });}).fail(function(searchResult){ console.error('Se
Has anyone had an issue with picklist values not working when rendering.
I can’t create a mobile page…here’s the message I’m getting
I’m trying to add a custom component to several Skuid pages by just including a static resource. I’ve been able to get the custom component working by dragging the custom component component into the page and point it to the js component snippet I have, but we are adding this to all 150 of our pages. I’d like to be able to just include a static resource to each page and have it automatically add the component to the pages. One less step we have to take when implementing our new feature.I’ve found a lot of resources on how to create a custom component, but they all seem to require that you drag and drop the custom component component onto the page. How can I automatically add a custom component to a page using javascript? Thank you
Hi I have used {{$Model.EmployeeTab.data.length}} to return a number of entries but now need to highlight the value only not the text in the tab too. Any ideas?
Some of the fields in the field editor are awkwardly wide and display horribly for good UI design. For example, the label of a field is not very close to the field itself when it’s displayed. I’d like to be able to align all of my labels to the right so that they are flush against their inputs. Also, I’d like to add a border only around the inputs and not the labels. Is any of this possible?
Is there a way to make the default setting for every field in a table sortable == TRUE?
I have a dependent pick list field named “Reason Lost” where the values render when the “Stage” field on Opportunity records is changed to “Closed Lost” . Reason Lost values are not rendering when Stage is Closed Lost. This is an error in our Skuid page, but not classic page. I am running on version 11.2.5
I have iframed a Visualforce page into a template field using the following code: Example 2<br alt="" name="" rel="" target="" title="" type="" value="" /><br alt="" name="" rel="" target="" title="" type="" value="" />In the <head> put:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><code alt="" name="" rel="" target="" title="" type="" value=""><script> function resizeIframe(obj) { obj&#46;style&#46;height = obj&#46;contentWindow&#46;document&#46;body&#46;scrollHeight + &#39;px&#39;; } </code></script> Change the iframe to be:<br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><iframe src="&#46;&#46;&#46;" frameborder="0" scrolling="no" onload="resizeIframe(this)" /> ```I've tried to put these into various places in th
Hi Guys, I’m attempting to connect to a Sharepoint Online site. I’ve diligently followed the guide (https://docs.skuid.com/latest/en/data/microsoft/sharepoint.html#sharepoint) a few times, however I can’t make the auth work. Everything seems like it is working, I log into Sharepoint with my credentials in the oauth popup, and then I get “Authentication Failed” in Skuid. When I capture the redirect in Fiddler I can see the login prompt is redirecting to https://cpdev1-practifi-dev-ed–skuid.ap1.visual.force.com/apex/skuid__oauthcallback?error=server_er…, most interestingly specifying this in the querystring: error_description=The remote server returned an error: (401) Unauthorized.&amp; Seems like I need to grant more access in Sharepoint, however it’s not immediately obvious how one does this. Has anyone made the example in the guide work lately? Any feedback is much appreciated.-Dan
I have a Skuid page with a basic list of Opportunity fields in a Multi-Currency Org. The Amount field shows the Opportunity Currency and in parenthesis there is the Org Default Currency Amount (Converted). However, when I Export the fields it only shows the Opportunity Currency Amount. Is there a way to Export the Org Default Amount similar to the Amount (Converted) field in SalesForce Report Builder?
I have a search component on Event record that looks up two sets of object records; Contact, and User. When a search result is clicked, a record is created in EventRelation object. The creation of this record fails if a user record has been selected, this is because I set field IsParent on EventRelation to TRUE. If the search result clicked is a contact, the EventRelation record is created without issue. I want to add some logic to the actions that differ when selecting a User and Contact record. If an EventRelation record is being created with a Contact; set IsParent to FALSE If an EventRelation record is being created with a User; set IsParent to TRUE What I’ve built so far isn’t working, the EventRelation record gets created, but the Branch logic doesn’t seem to be working, or something related isn’t working…i’m not too sure. The branch logic should be checking if the UserId from the returned object is blank, if it’s blank then the IsParent field should be updated to TRUE. I’d like
I have a a popup open and another popup open on top of that one. After upgrading to the newest 11.2.6 when the action is “close topmost popup” it closes all popups.
I have a mismatch between the date range in a table and chart. It appears the problem stems from the definition of the week (i.e. what is that date range of a week). My preference is this would be Monday-Sunday. this is the table: showing 10 meetings in last week (where date = LAST_WEEK). and this is the chart: showing 7 meetings last week and 3 meetings the week before (being those held on 29/07/18, a Sunday). this is the chart settings: can someone please help me match these definitions?
When i use “Ride - Uber” in a picklist and use it to render a table, the table does not work. If I change the picklist value to “Ride Uber” it works. I used to be able to use “-”?
I am trying to run an Apex data source action from a row action. What is the merge syntax to use the current working row to pass as a record to the Apex class? As of right now, running the row action results in a null-object error. Below is my Apex class and action setup:
Hi,File Upload model “In Content Document” seems to work well as I can see the new files upload when I switch to standard SF oppty page but when I come back to skuid oppty page new files we uploaded today are not showing on Content Document table.I can see file uploads we did yesterday or the days before but not the ones from today.Any idea ?Thank youCyril.
Hi Team, Our Org was on skuid version 11.0.2 and i was not able to create a page selecting page type as mobile. I have upgraded it to 11.2.5 and noticed creating new page shows page type as mobile, but when i create a new page with type as mobile i get You’ve been INKED! (Something went wrong).
When logging in, the user id needs to be included in the url for the correct data to populate on this skuid page. The apex code below renders the url as “CAS_Child_Profile&id=0000000000000” <apex:page standardController=“User” recordSetVar=“c”extensions=“skuid.Redirects” action=“{!redirect}&page=CAS_Child_Profile&id={!User.id}”> </apex:page> Please help!
I have two event sources for a calendar component, Outlook and Salesforce. I am trying to merge the two together by creating a new Saleforce event record, but I have not found a way to pass the Outlook subject and description to the Salesforce record. I tried using a page include and was able to pass the start and end times, but could not pass the subject and description via the URL. Now I’d like to somehow run a before popup or after open action sequence to create a new SFDC event record and pass over the outlook data. It seems the only way would be javascript and that is not my forte. Does anyone have a declarative solution for this?
Hey! Is it possible to use a snippet to make a soql query and return results in a similar way to the process for doing a sosl search (skuid.sfdc.search). I need to do this in a snippet as opposed to just using a Skuid model because I need to access the OFFSET condition in the SOQL request. Any help much much much appreciated. Cheers! Louis
I’m using the below custom snippet for a field. I’m not able to render the field when I select a value from the picklist value while i’m in edit mode. What I want is when the user selects Full or Partial from the picklist, I want to auto populate another field. I know how to update a value to another field but my problem is I’m not able to trigger this action when I select Full or Partial. var $ = skuid.$; var field = arguments[0], value = arguments[1], model = field.model, row = field.row; var totalsize; switch(field.mode) { case ‘read’: skuid.ui.getFieldRenderer(field.metadata.displaytype).read( field, value ); switch (value) { case ‘Partial’: break; case ‘Full’: var totalsize=model.getFieldValue(row,‘Program__r.Survey_Size__c’);
I have a column Chart displaying average satisfaction scores month over month. There are three fields that I am looking at. However, if the customer does not fill one of the fields, it displays as 0 (even though it is null). These are messing up the averages. Is there a way to prevent certain values from being a part of the calculation without removing the entire record from being added to the average? (i.e. One survey has 10 pt for product and 0 pts for the Support agent, how do I get the 10pt for product to be included in the average, but I do not want the 0pts to be added to the support agent average)
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.