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
When a model condition for a date field is set to value of field from another model, a SOQL Error is encountered. An error occurred while attempting to perform the following SOQL query: SELECT Id FROM Contact WHERE (AccountId = '00137000003of14AAA')AND(Birthdate >= 2015-07-30T18:40:06.000+0000) LIMIT 21 Error:value of filter criterion for field 'Birthdate' must be of type date and should not be enclosed in quotes Steps to reproduce: Create standard account detail page Add “Contact” model Add AccountId condition to contact model from Account model Add “Birthdate” condition greater than equal to Account model createdate Preview page picking an error Expected Behavior Page displays without error Actual Behavior Page generates SOQL error above Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="fal
Hello,I installed Chrome Virtual Keyboard on my windows desktop and found that it does not work on any of the skuid pages, where as it works well on Salesforce pages.We thought this would be great feature to leverage on our business process and it would help our users as well. Is there anyway we can enable virtual keyboard on skuid pages?
I’d like to override the standard View action for an object, but I want to point to different skuid pages depending on the value of a field in the object.What’s the best way to accomplish something like that? Conditional statements in the VF page?
Uploading files around 2,000 kb seems to load a really long time and loading seems to stay at around 80-90% from being fully complete. What could be causing this kind of behavior?
I have created a wizard with 3 pages. Page 1 uses a model of set up object. Page 2 uses the model of transaction object. I implemented a custom delete action button which runs a javascript and uses abandonrow method. The sequence of steps for the problem are, as followsa) I delete a row in page 1 using this button,b) I click a custom mass action button on page 1 and the records from set up model are still available in page 2 throughh params.I need to use the params from step 2 to create transaction records, which is creating unwanted records.As a solution, I tried to add additional action(‘Save Model’) after the javascript script runs but it is creating records in set up object.Please help.
I have a skuid page built in Salesforce (my first one). I can’t figure out how to add a look up field to an object so I can render my table via the models. I have the models build however I can’t figure out how to get one Account so I can then render the table with the children accounts. I’ve seen screen shots from the old UI but I can’t figure out how to do this in the new UI. So basically I want to enter an account, and then pull up all the children in a table. If you want to take it step farther, my end goal right now is to be on an account or any object and click a button which would pull up a skuid page and show the related children. I have the model and the table. It’s the starting pieces I’m missing.
Is there any way to retrieve the button/link defined for a salesforce object using merge syntax or custom snippet. For example, if I have created a link on Account object, what are the options to import the hyperlink value of the link into a skuid component.
If I enable “Show Salesforce Header in Skuid Core” how do I re-enable it. I don 't see a way to get to themes when it is enabled? Number 4 in the pictue
Hi,I want to upgrade my PROD skuid to the latest version to take advantage of some of the Bansai features.I don’t have a sandbox environment readily available…Do I need to worry about upgrading straight into PROD?What are the steps to do this?ThanksBrad
I’m getting this error in runtime:Invalid syntax for field formula: {{TotalRecords}} / MODEL_LOOKUP(‘scheduledInitialAppointments’,‘TotalRecords’,‘grpCategories’,{{grpCategories}}). SyntaxError: missing ) after argument listHowever, as you can see from the formula reproduced in the error message, there is just one open and one close parenthesis.
Can’t seem to get decimal places to show from UI formula fields. This is pretty big as a decimal point on monthly cancellations is major for this customer. The XML shows the ability to change precision and scale, but changing those does nothing. Any ideas?
For my proof of concept to our VP team, I’m trying to create opportunities in mass from a list of accounts. Ideally the user will navigate to their standard opportunities list page (overridden by a skuid page), then apply Skuid filters to the list to select all of the accounts in a specific state. Once the accounts are selected the user would select a mass action button to create a new opportunity record for each of the accounts selected. These records would be visible on a pop-up where the user could fill in a bit more information and save. The problem I’m having is, I haven’t been able to pull the account id over from the account table to the opportunity table. It only pulls the first account id over and uses it for all of the records instead of 1 per 1… We need it to programmatically associate account 1 with oppt 1 and account 2 with oppt 2 etc. Any suggestions?
When I create a custom pop-up for a template field, there is the “Done” button which I can’t seem to remove. I’d like to replace it with our own custom buttons. Is this possible? Thanks,
I have a multi-select picklist (one of many) on mobile page. This field does have 18 selection options. For some reason, when testing on iPad/Phone via Salesforce1 app, this one multi-select field opens a blank screen and does nothing. Any ideas on what the issue may be? Thanks!
Hi - I am very new to Skuid (as in 24 hours new) so I apologize if this is covered somewhere in a tutorial that I cannot find. We have a custom object for the sales team to collect data on a pre-determined list of categories. We use it as a “checklist” of sorts, to guide the rep through the process, so we want to show the full table and each product category even if there is no data. I’ve attached a screenshot for how we currently have this set up inside a custom Visualforce page. As you can see, there is no data but showing our defined cat list and allows the rep to enter a new record where empty. Can you provide me some guidance or point me to a tutorial if it already exists, on how I would go about setting up this structure in Skuid? Thanks very much. Liz
Navigate to the second page of a table (the Pages table, perhaps).Then enter criteria in the search box that you know will return some values, but fewer values than your pagination limit.You are met with a blank table, with no way to get back to the table’s first page (where your search results are.I would expect a search to reset the pagination to the table’s first page.
I have an action sequence with two Redirect to URL actions, initiated by a mass action on a table. It appears to only run the actions for the first row, not on all rows.Is it just me?
We are using SKUID over the external objects in Salesforce. We have two external objects.1. Events2. Contacts. This has an external look-up to 'Events"Requirement: I would like to show, all the contacts associated with a particular events in “Event” detailed page as a related list.“Contact” model has a condition in SKUID as EventID__C = (Event)(EventID__C) and I am limiting Max no.of records on this model to ‘20’. (advanced model settings)Issue: In the Event detailed page, I can only see 20 records even though we have 100 contacts associated with this event. ‘Load More’ is not working as expected. Limitation: I can remove the Max no.of records on this model since we are limiting this in the OData (external object)Could you please let me know a work around. We are planning to go to live, all of the sudden found this issue.Thanks,Goutham
LOVE the new Search component. Is there a way to limit the results the users will get from a certain object? For example… I am build a CPQ proof of concept. I’m using the Search Component to search on the Products object, but I only want my users to see Product results where Active = TRUE. (As well as other filters.) Possible?
skuid.utils.delayInputCallback is not working , i am passing 2 parameters but no alert showing…does not work
Can anyone give a quick rundown of the parameters available within the {{$Chart}} merge syntax?Thanks!
Hi, this is a clear option via Skuid desktop pages but I don’t see the option via Skuid mobile page, where is that control…?
So we’re experimenting with Banzai and upgraded in a sandbox as we really want to take advantage of two new features for a project we are launching and moved over some of our pages to the sandbox to test them before upgrading our working environment. Of the two we’ve tried, neither worked initially but one was fairly easy to fix (seems the parameter handling is less tolerant in Banzai). The second one is a wizard and we’ve been working on it for almost two days now and can’t figure out what is wrong/different in the new release (it works in the old release). The wizard finds a contact and creates a custom object record (artwork) on the first page. On the second page, it creates a record of another custom object (application) that has lookup fields to the contact and first custom object (artwork). For some reason, the ID of the record created in the first step is not passing to the lookup field on the second page. During preview we see that there is an error (with some tweaking it will
Image File as Static Resource Loads via Desktop Browser View But Not Actual Mobile Device - Why?
It appears that “Remembering last-selected filter value” no longer works for non admin users. I suspect this happened after upgrading to Banzai
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.