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 sure there’s a simple answer to this, I just can’t quite put my fingers on it…I have a condition:Postcode CONTAINS ________ (value inserted via action from another model)If the value inserted via an action is blank the whole database is queried and served up (understandably given the CONTAINS logic). What I’m looking to do is have a second condition that says if inserted value from another model is blank then don’t employ the first condition. So (1 AND 2) oughta do it.The problem is that the value being inserted via an action into the first condition is from an unsaved edit field on a different model - i.e. the field value has not yet been committed.Any ideas would be much appreciated.Cheers!Louis
I am testing out Banzai - Release Candidate 4 Release 7.5. I created a new Theme and when I try and go to edit the theme the page tries to load but never finishes.
Theme composer rocks! One minor problem: I changed the nav background color of a theme to dark blue. It works in a preview of the theme, but it doesn’t actually update the color of the nav in the theme composer. In composer: Actual theme (in preview):
Hi,I am trying to add files to a record of a SObject via SKUID but wanted to keep these files out of standard salesforce attachment object. Is it possible and if yes how to achieve the same?Thanks in advance
Love the new master page feature. I followed the tutorial and created a slick new header. I’d like to apply that to a bunch of pages… maybe even everything in a certain module? Any easy way to do that, or do I have to update every one of the pages manually, one-by-one>
Hi, We have been able to set up an integration with Salesforce and Marketo for a client recently (where all related testing has to be done in a production environment) and have Marketo’s Sales Insights plug-in installed and set up properly. It shows up in the standard Salesforce detail page just fine for a specific lead for example and is pushing and pulling data just fine. Below is a screen shot from the section on a standard Salesforce page: I was able to use Skuid to re-create most of the functionality available from the standard Sales Insight look and feel and it looks something like this (from a lower portion of our Skuid lead detail page): my issue is that the interesting moment that shows up in Standard Salesforce doesn’t show up on the Skuid page. Further details: I’m using the Interesting Moments Cache object on the Skuid page and setting a condition to set the Record Id to the param Id as you would to link any other object and other similarly named objects for the other tabs
If I try to create a theme with a duplicate name of an existing theme, this is what happens:
I am trying to update a field inside row action popup window using action “update field on row” added to button click. The problem is that it updates all the rows with the updated value whereas the desired result should be only updating the current row’s field.
When a check box is selected I want to open the drawers for all rows in the table and close when deselected.How to close the drawers from snippet ? any API access we have to access it ?Thanks.
We have a number of skuid pages associated with different custom objects. One such object is a Service Type. On the layout there are fields that are linked to other objects, like a State object or county. When you click on the field value, the object opens in a New Tab in the console as it should. We have another object called a Recording, and when we click on the related field, nothing happens. So we tested and from the Service Type, right click and Open in new Window and the State Object opens, just like it should, but when we do the same thing with the recording, the parent object opens again and not the related object. Very bizarre and have looked at each skuid page and they appear to be very similar so not sure what would cause this or where to look.
Do page assignments take their time to work, or should I expect them to function immediately? If immediately, something is broken, or I’m doing it wrong. I assume that this… …means that when I click on the Referral tab, I should see the ManageReferrals page? I’m still getting the standard salesforce layout.
In the new release, Banzai, is the connection to the external source set-up using Lightning Connect? or can set-up a connection with an external source (Odata) directly from Skuid??
Hi,I was trying to deactivate some conditions and keep 1 live condition active and bring some data based on that,but the below code doen’t query the new data rows as I expected.I still can see in the console, the query is modified as I expected though the getFirstRow() returns nothingPlease help, Thanks in advance. var EventRelationModel = skuid&#46;model&#46;getModel('EventRelation');<br />var EventRelationsData = EventRelationModel&#46;getFirstRow(); <br />var WhoModel = skuid&#46;model&#46;getModel('Who');<br />var WhoData = WhoModel&#46;getFirstRow();<br />if((!WhoData) &amp;&amp; (existingEvent&#46;WhatId === null || existingEvent&#46;WhatId === 'undefined' || existingEvent&#46;WhatId === '')) {<br /> <br /> $&#46;each(WhoModel&#46;conditions,function(i,condition){<br /> <br /> if (condition&#46;name &amp;&amp; condition&#46;name !== 'whoFilter4'){ <br /> WhoMo
I love getting ideas from others at Dreamforce related to SFDC use. Would anybody be interested in doing a Skuid idea exchange at DF this year?I’m thinking you share a couple of pages you’ve built, talk about interesting applications and some tips/tricks you’ve learned along the way. With a few people, I’m sure we could all walk away with some really good ideas.
I’m trying to figure out how to render a tab based on some tricky criteria. We have a tab that normally renders for “Yesterday’s Transactions”, which is pretty easy since I can just see whether rows are present in a model that is defined by “Transaction date = Yesterday”. What’s tough is dealing with weekends. We never have transactions on Saturday or Sunday, so on Mondays I need a tab that shows the previous Friday’s transactions. There doesn’t seem to be an option for “Transaction date = n Days Ago” so I’m not sure how to build a model based on this. “Transaction Date = last 3 days” would work, but I’d need to be able to hide the tab for every day except Monday. Any help or ideas would be appreciated. Thanks.
Having Rich Text Data Type Field, does not shows the actual value after entered, saved the value. It is showing the value when we click the edit. Is there any solution for this?It seems the entered values taking as HTML, how to avoid it taking as HTML instead make it get displays actual data entered?
Flow is only showing up in preview mode, when loaded in testing record, error is received -
Basically, this would be “drawer” functionality, but made so that all there was a “drawer” for each of the main records, which showed the child record data in a table. But of course the “drawer” would always been open.
what would be the proper way of coding this function:retValue gets set in the callback from the model.updateData(). The problem seems to be that the function is returning before the callback is called, hence, returning zero.Can we make the function wait until the callback is done before returning? If so how would you do that? Any thoughts?Thank you.
I have a button that updates a field on the model of the page title that it is on, then updates a field on a different model with a field value from the model of the page title, then saves both of the models. However I get an error message that says, “Uncaught Error: cannot call methods on button prior to initialization; attempted to call method ‘enable’”. I only get the error message whenever I have changed the value of the field that populating a field on a different model. However, if I triple click the button, the actions all go through. I’ve tried saving the model of the page title first and then updating the other model with the value, but that hasn’t worked either. It just saves the model and doesn’t do any of the other actions. Any ideas of what is going on?
We have installed a managed package called DupeCatcher because we need to be able to prevent duplicates from being created, however because we are using Skuid and not standard Salesforce, it does not display the validation gracefully. How can we get this to display the way it does for standard salesforce on a Skuid page? **This is how it displays when there is a duplicate: ** window.onload = SFSSDupeCatcher_doWork; function SFSSDupeCatcher_doBlockedDuplicate() {var issueTime = ‘1440174236900’; var sessionId = ‘00Dj0000001okJ7!AR8AQKt9t1E806JdMMvwAl0h2C3AsYWR5J4MelDsjVvj6DhvnHUJB2.HGnYJMhtGxu3.mIgyf7IG88wMxlInNSM9JO0Rutyf’; var scenarioId = ‘a0lj0000001XOvPAAW’; try{SFSSDupeCatcher_incrementCounter(scenarioId, sessionId, issueTime)}catch(err){};} function SFSSDupeCatcher_doWork() { SFSSDupeCatcher_doBlockedDuplicate(); SFSSDupeCatcher_testWebServiceAPI(); } function SFSSDupeCatcher_overrideTriggers() { var saveelements = document.getElementsByTagName(‘input’); sforce.apex.execute(“SFSSD
how i will fetch field’s dataType, length(if field is Text type), label and helpText from Object in javascript skuid
i want to keep my data as read with inline edit mode after save() in skuid jquery.Is it possible?
Hi, is there a way to show the characters remaining for a character limit on the interface . Suppose if a field has a 250 character limit, to show the user filling it out how many characters are left (before submitted the page and getting an error).
If possible, can I have one skuid page which will create an account as well as create multiple contacts for the account and save the new contacts and account in one multi action button? Contact Id(s) and account ID would need to be written to a junction object at the time of saving so I believe the process would go: save account and get Id, save and get Id’s from Contact, add rows to junction object which would relate accounts to contacts.
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.