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
First things first - Lookup Popup feature is awesome and a very welcome addition to Skuid! Having a problem with the refresh of the items in the list. Upon initial display, the search field contains the value of the currently selected referenced field. Upon deleting the value in the search field textbox, the list does not update. However, if I type something in the search field textbox and then delete that text, the list refreshes to “all” values. Steps to reproduce: 1) Ensure a reference field contains a valid value 2) Click the “hourglass” to display the lookup popup 3) Select the text in the search field textbox and hit the delete key or backspace key Actual Behavior: The only item listed in the table is the one that was selected for the field when invoking the popup Expected Behavior: The search results should display all available Sample Page: Removed since I can’t seem to locate the “pre” button any longer and adding in pre HTML elements doesn’t appear to be working?
I am working on a skuid page that creates many new salesforce objects at once. This was started before the functionality that was just added to roll back data on an error, so I am using an apex webservice. I have a row in a table that I wish to remove during a snippet triggered by flagging a row for deletion. Is there a way to remove that row from visibility and the model it’s on without saving the model? Thanks.
How do I present text in a date/ time field displaying only the date, or - right 8 characters?Thanks,PSB
I have a custom field renderer on a datetime field with a snippet that looks like this: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), $ = skuid.$; var model = skuid.$M('TempAdder'); if(value == null){ value = skuid.time.getSFDate(new Date()); value += 'T04:00:00'; model.updateRow(model.getFirstRow(),'End\_Date\_\_c',value); console.log(value); } skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); I believe this was working fine before the new release but I might be wrong… Here is how my page looks now: Any ideas?
Where can I find more information on how to change Headers/Footers in Skuid Mobile based on the current page the user is on?For example: If I create a Back button in the footer, how can I configure the button to go back for any page a user is on?I found the skuid mobile tutorial on headers/footers, but only shows how to setup a static button.Thanks!
I have 2 queues, Accounts and Contacts for viewing related contacts’ details. The page include loads the contact details the first time I select a contact from the queue without any issues. After that, it does not load again unless I do a page refresh. What can I do to solve this? Thanks
I have a read-only table set up with conditions on the model associated with it and then I have the feature set up to view the record details in a popup. If I use the search feature within the table and select a record to edit, the record appears in the popup and then I make a change to the record so that it no longer meets the conditions of the model of the table behind the record. When I save the record I would like the table behind the record to no longer include this record that I just edited that no longer fits in the condition of the model, but for the search criteria to stay. I thought about doing a redirect after save, but this clears what was in the search box. Any ideas of how to make this happen?
I have a Roll-Up Summary field on Opportunity called Max Stale Date which rolls up a DateTime field on a child object. I have an Opportunity where the value of this field is Max Stale Date: 8/24/2014 3:13 PM. I have set up conditional rendering on a button with the criteria that Max Pricing Date is greater than TODAY For some reason (even though today is 8/15/2014) the button does not show up, even more strange, when I change the render condition to less than TODAY, the button does show up. Does the greater than operator work differently with date fields?
Is it possible to load all rows in a table without having to click on the “Load More” button? I have Visible rows set to show all, but every time I go into the table I have to click on load more to see every thing in the table.
I have a page with several different date fields and I want to have different date ranges for each calendar. I currently have some javascript that looks like this: skuid.$.datepicker.setDefaults({ yearRange: "-100:+0" }); This changes the range for all datepickers on the page, but I need to have different ranges for different date fields… The javascript above applies for the person’s date of birth, but doesn’t make sense when creating a new opportunity on the same page - we want the close date to be in the future.Is there a way to have a different year range for each datepicker?
I have a Model that has several different “value” fields that I want to display in a table. The user should be able to edit one or more of these value fields based on the value of a “type” field. In most cases, only one value field needs to be edited for a given type, but in one case there are several fields used to express a “single” value. I don’t want to show all of the value fields, though, because most of them will be irrelevant/not applicable for a particular row.For example, a row with a type of “date” should allow the user to edit the “date value” field, but not the “number value” field.How can I achieve this in a Skuid Table?
I created a form using Skuid. Can anyone point me to a reference on how I can have public access to this on my website.
I have a picklist field, ReferralType__c, that I want to set to a certain value (that the user can see, but not change) if a condition is met. I’ve added a custom renderer for this and the value appears to be set the way I want in the UI, but when I save the record, Skuid says “Required field has no value: [Referral Type]” (I have the field marked as required in the Skuid page.Here’s my snippet: var field = arguments[0];<br>var value = arguments[1]; var acc = skuid.model.getModel('Account').getFirstRow(); var referrerType = skuid.model.getModel('Account').getFirstRow().Type; if (referrerType !== 'Group Coordinator') { skuid.ui.fieldRenderers.PICKLIST.read(field,'Individual'); return; } else { skuid.ui.fieldRenderers.PICKLIST.edit(field,value); return; } The if statement is the culprit here - if it goes to the else statement, the field is rendered as a picklist and everything works fine. How can I get the if statement to work correctly?I’ve included a screenshot too, in case that
i want to add follower button to the row action ,how can i achieve that…any help…thanks
how to add no of related records no related object same as we cxan se no of records present in the related oblist.
The development and release process we implement is the following: each developer has its own Dev org (we use Git) and all approved changes are deployed into a common Developer org, from there we deploy to QA org and finally to the Packaging org (the one with our managed package namespace and linked to our Appexchange account). Our app will be distributed through Trialforce only so no post-install scripts are available.I wonder how should we Skuidify our entire process because so far in the docs are straight forward instructions for the scenario to develop the app directly in the packaging org right?
We’re using the Skuid Chatter Feed component and understand that under the hood it is using the VF chatter:feedWithFollowers. We’d like to build something similar that uses VF chatter:newsfeed component instead but also allows pass-through of attributes, e.g. create a new . It’s probably very similar to the component or an extension of it but there is a more powerful use case here where it could be other VF components like flow:interview which would allow embedding of visual flows within Skuid. How do you build such a component or is there an easy way to “include” VF components in a Skuid page? I’d be happy to share the newsfeed custom component for others to use if I can get it up and running.
I want to create a field that is text on edit but reads as a URL. The text would be something like this:Patient1234BRADLEY The URL should prepend some text to become:O:PatientFoldersPatient1234BRADLEYI’ve got the expanded URL and have figured out how to display text on edit and the longer URL on read, but I just don’t know how to turn it into a link. var field = arguments[0], value = arguments[1];if (field.mode === ‘read’) { var URLValue = 'C:\PatientFolders' + value; URLValue = URLValue.replace(//g, ‘/’); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;} else { skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; }
Recently, I’ve been plagued with the error described in this topic: https://community.skuid.com/t/cannot-access-skuid-page-due-to-error-failed-to-parse-xm…I’ve upgraded to the latest Spring 14 release, but I’m assuming that there is still some invalid XML in my pages? The error has been occurring frequently and is really slowing down my ability to continue development.I’ve granted Login Access to Skuidify LLC Support, and would greatly appreciate some assistance in parsing the broken XML on two of our pages.
When using the new Theme Paper or Modern, in Chrome 36.0.1985.125 m, the quality of the font is quite poor. This doesn’t happen in IE or Firefox.At 100%At 250%
I have a Popup that has a child-Popup. on this child-Popup there is a Reference field that I have as Auto-Complete. When it finds results, it is showing them behind the popup.
Congrats to the team on the release of Summer '14 RC - Features are looking great! Regarding the new Actions available on Models, Buttons, etc., is there a way to stop further actions from occurring from within an action?For example:Page Title Button has a multiple actions assignedAction 1 - Run snippetAction 2 - Run snippet/Save Model/etc.Questions:1) Is there a way to ensure that Action 2 does not get called if Action 1 fails? If I “throw” out of Action 1, Action 2 will not get called but then a javascript exception goes unhandled.2) Along these lines, if Action 1 is a stock skuid action (e.g. save models), what happens to actions that follow if the action fails? It appears that if the Action is “Save Models” and it fails, no further actions are triggered. Correct? if yes, is this true of all stock actions where if it fails, further actions will not be triggered?The use case is as follows:Action 1 - Validate certain data points on models (e.g. business rules essentially). If va
I’ve tried to tweak previous similar solutions to fit my use case, but just can’t get it to work. I’m new to javascript and am probably making a silly mistake. I am saving a parent object (Shipment) and child objects (ShippingRecords). Once I save, I want to redirect to the the shipment (the first row in the Shipment model). The snippet below is called from a button on a page title component where the model is Shipment. I’ve included my entire snippet for reference, but the part I think I need help with is bolded below. I’m not sure if I’m doing the merge right, or if I need to put that piece of code elsewhere. Thanks, as always, for the help. var params = arguments[0], $ = skuid.$; var models = skuid.model.map(); var ShipmentModel = models.Shipment; var TheShipment = ShipmentModel.getFirstRow(); var shippingrecords = models.ShippingRecords; ShipmentModel.save({callback:function(){ var Direction = TheShipment.Direction__c; var Status = TheShipment.Status__c; var ShipFrom = Th
I have a skuid page with a table based on my Accounts that I would like to export to csv.In my Account object I have a textfield PersonOtherStreet, which can contain multiple lines.In my table I have a template field called address that puts together several fields of my Account object including PersonOtherStreet to format the adress according to different rules. For testing purposes I also put the PersonOtherStreet field separately in the table.When I export my table to csv, all newline characters inside my template field are removed to one line, which completely destroys the formatting purpose of the template. Contrary, the newline characters are preserved when I just export the PersonOtherStreet field separately.I could manage to manually set the newline characters by manually putting a placeholder string for each newline “/br”. See my template code:{{#PersonOtherStreet}}{{#PersonTitle}}{{PersonTitle}} {{/PersonTitle}}{{^PersonTitle}}{{Salutation}} {{/PersonTitle}}{{Name}}/br{{Perso
In Account i have Billing address and Shipping address.if the shipping address is null by pressing a button need to copy the billing address into the shipping address.
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.