Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’ve built a filter on a date field with manual options that looks like this (using the SFDC date filters like LAST_MONTH). I’d like to add another option to the list called “Custom” or some such descriptive name… and allow the user to select or type in a custom date range. Seems like the only thing I can do with a filter is affect a model condition. I was trying to figure out a way to use a condition on a ui-only field to somehow trigger an action. I can add another filter on the table… a standard date range… but filters cannot be conditionally rendered (which would be handy, at least in this case)… Anyone see a way to accomplish this? It would be super-helpful for report building.
Hey Zach … you did a great demo of external data in Banzai at DF15. You connected to Google Calendar and were able to view and update events in a Skuid calendar. Any chance you could share that page you built or provide some info on how to set up the connection?Thanks,Glenn.
Inspiration for this idea came from Moshe’s clone snippet. 😃Snippet to evaluate required fields. skuid.snippet.register('modelReqsMet',function(args) {var params = arguments[0], models = arguments[1], $ = skuid.$, regFields, enableButton = true; // loop through models $.each(models,function(m, model){ regFields = model.registeredFields; $.each(regFields,function(f,field){ if (field.required && !field.row[field.id]) { enableButton = false; } }); }); return enableButton; }); Sample snippet to check one model and set a UI only field of enableNext boolean to true. enableNext = true is used as an Enable Condition on a wizard button in my use case. skuid.snippet.register('nuAgentReqs',function(args) {var params = arguments[0], $ = skuid.$, modelToUpdate = skuid.$M('nuAgency'), modelToUpdateRow = modelToUpdate.getFirstRow(), modelsToCheck = [skuid.$M('nuAgent')], snip = skuid.snippet.getSnippet('modelReqsMet'); if (snip(arguments[0], modelsToCheck)){ modelToUpdate.updateRow(
So I think this is since the Banzai upgrade in our sandbox, but it may be Winter '16 related since those happened so close to when we discovered this issue.We have our models on a Tab page set to run on page load. Now that we have Banzai (or Winter '16) there is a significant lag from when you click to another Skuid tab on the same page. The data should have loaded on initial page load, but the page does not respond at all for around 5 seconds, and then the tab renders.In the dev console, we are seeing a ton of the same two errors repeating:Refused to set unsafe header “User-Agent”Failed to load resource: the server responded with a status of 500 (Server Error)When I click on the User-Agent error, it opens up to say this:https://afl–stage–skuid.cs11.visual.force.com/soap/ajax/30.0/connection.js Failed to load resource: the server responded with a status of 500 (Server Error)send @ connection.js:594We are not seeing this in our Production org, but it has us nervous to upgrade it to Ba
TEXT of 255 size is being spreaded across the columns in a section when the page is viewed in IE9.0 but looks good in Google Chrome. Any workaround for this please ? I tried compatibility mode for IE 9.0 still no luck . . .
It appears that 7.x has changed the case of the condition attribute enclosevalueinquotes from all lower case to camel case (encloseValueInQuotes). This causes an error for code (dynamic model creation) written against 6.x that uses all lowercase. After calling updateData the first time, the model contains an property “enclosevalueinquotes” and “encloseValueInQuotes”. When calling updateData a 2nd time on a model, a remoting exception occurs regarding duplicate field. Steps to Reproduce: Create page using Sample XML below Preview page Check console window for error Error: Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models/> <components/> <resources> <labels/> <javascript> <jsitem location="inline" name="newInlineJS" cachelocation="false" url="">(function(skuid){ var $ = skuid&#46;$; var createAccountModel = function() { var accoun
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?
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.