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
Where is documentation for accessibility / screen readers, etc. ? There are some accessibility coding best practices that we need to ensure are met by Skuid. Is it WCAG 2.0 Level A and AA compliant?
I thought I saw somewhere a method/example to move the selected item in a queue to the top of that queue, but I’m not finding it. Does that exist? If not, any suggestions?
When I select a tab it correctly goes to the skuid page. I have been shown how to remove a part of the URL and add something to go to the SF object.As an reference, what do I remove and add?https://dorothy–skuid.na16.visual.force.com/apex/PageBuilder?pagename=D_View_Engagements
i m new to skuid and created a sample pahe with contact as model. i am creating a record and when there is an error on any filed its simply not creates the contact record and doesnt show any error message.how can i make that it will show standard error message.i also used the “add-error” action - it is showing a message but its very generic. i ddint find any way to add error message that is raised in salesforce. the standrad error message should be shown aotomatically (like required or any error from validation rules/triggers)any help would be appreciated Thanks
Is there a way to remove the standard SKUID styling? (I’d love a blank no-style theme for SKUID)I can imagine a use case where I use a commercial Bootstrap template and create an entire application out of custom SKUID components that adhere to the template.This would be great.If you provided a means of pre-pending, post-pending information to the output of included SKUID components AND a means of overriding the output of the included components I would be in heaven since I could create versions of the included components that matched up to the external template.This would be unbelievably awesome! But I would be happy to settle for great at the moment.Is this possible?
I’m trying to display fields from master-detail data, but in my case the fields are getting stack together. Any ideas how could I fix it?
I currently have 3 fields setup in the products model for our 3 different pricing tiers (p1,p2,p3). These are used for standard price sheet mail merges. I would like to eliminate having our salespeople from manually entering the price when creating opportunities. They should be able to enter the quantity and the price automatically update based on the quantity. What would be the best way to accomplish this?
I have read past posts on using Conga with Skuid. In particular this one:https://community.skuid.com/t/using-conga-within-squid?topic-reply-list[settings][filt… But I am still having issues.I have a working Conga Conductor solution. The working Launch button url for Conga Conductor in my sandbox is:https://conductor.appextremes.com/apps/Conga/Conductor/LaunchCC.aspx?sessionId={!$Api.Session_ID}&serverUrl={!$Api.Partner_Server_URL_160}&ReportId={!APXT_BPM__Conductor__c.APXT_BPM__Report_Id__c}&QueryId={!APXT_BPM__Conductor__c.APXT_BPM__Query_Id__c}&RecordId={!APXT_BPM__Conductor__c.APXT_BPM__Record_Id__c}&UrlFieldName={!APXT_BPM__Conductor__c.APXT_BPM__URL_Field_Name__c}I am only using a report ID and a url field name to execute this conductor. So per the previous post in the community I changed my url to:https://conductor.appextremes.com/apps/Conga/Conductor/LaunchCC.aspx?sessionId={{!$Api.Session_ID}}&serverUrl={{!$Api.Partner_Server_URL}}&ReportId=&Url
I am using (Custom: run a snippet) to render the fields on the skuid pages. It was working till yesterday according to my requirement, all of the sudden it not working now. I believe it’s an issue with SKUID. Please look into this.
We have a number of ideas on how we could make good use of calendars. Can someone point me to any tutorials, documentation, videos etc? thanks
Hi, we are working on one skuid page, there is a requirement that one click of button it will open another page/popup, this page will have integration with external web service and getting the multiple search result from external web service.Let’s say that we are using table components to store that search result on page and on selection of button/radio button of individual search result, it should close the current popup and populate that data back to parent(which was opened previously) page. we are just looking for high level approach that, on selection of any row in table, how can we close the popup and send data to previous page. Thanks in advance !
Is it possible to have the sorting of a table by column run on the client side rather than querying the server? Like how you can select to have the table search run on the client rather than going to the server?My actual requirement is to sort a table by a column but preserve row selections - if there’s an option I’m missing that handles the above, preserving selections whilst sorting may already be handled…
I have a use case were I need to embed a Skuid page into a visualforce page using , I have tried passing parameters example:Nothin works, I’m actually creating a PreLoader using the other Visualforce page to set a loading effect.I’m sure whats under the hood on the Skuid.page component but there does not seem to be an attribute for parameters
Hi, Please consider this data model, Account –> Opportunity –> OpportunityLineItems I have account as my master model. so according to my understanding I can pull only account field in layout. now, the requirement is once I have to display related opportunities in picklist and once this picklist selection is changed, I have to render another picklist which will contains OpportunityLineItems of selected opportunity. I am able to achive first part to show all opportunities related to that account in picklist through custom render, but not sure how can I render another picklist which contains only those opportunityLineItmes related to selected opportunity. we are new to skuid and any code sample will be very helpful. Thanks in advance.
Hello everyone, Just curious on how to get those beautiful colored icons like the ones used on the attached screen shot. Do I have to pay for them?It is mu understanding that we cannot create custom icons. Is this correct?
Hi All How to display the Standard Created date Field As a Pick list in Our Page Please Suggest Some Solutions. We are trying With The Table Filters, But We are unable to Get date field as picklist and more over no Dates Are Visible In the Filter. Thanks&Regards Shaik
Hello, I have address fields in the Account Model that I would like to have autopopulated in the Opportunity Model, or at least have a button that will bring them over. From my understanding, to create a button I will need add a page title section and add a button that performs multiple actions with an action for each field I want to bring over. If this is correct, I’m not sure what value I should be using for each action. I currently have the first action as: Action Type: Update a field on rowsModel: OpportunityField: AVSFQB_Billing_Address_CValue: ??? I want to bring over a field from the Account model. Thanks for your help
Is there a way to prevent the picklist that shows “user” and “group” when using the OwnerId reference field?I would like it to not show the picklist and only show user’s on the look up.
I’m having trouble with check boxes that are in read mode. To get them in edit mode, I have to double click outside of the actual box. When the box is in edit mode, I can click on the actual box without a problem. My skuid pages are wrapped in VF pages using skuid:page and have a custom css theme applied to the whole page. However, I can’t seem to find where this target box was changed. All other fields allow me to double click on the actual field without a problem. Any idea why this is or what css property could have been changed?
I know this question has been previously posted, but none of the solutions are working for me. I have a Wizard component that contains the opportunity object and a custom object that is a child of opportunity. The file upload component does not work. It doesn’t work when pointed to either object or when I tried to create a separate page just for the upload function. It does not work in preview mode or production. I have followed the tutorials and troubleshooting suggestions with no luck. I am using the most current version of SKUID. Thanks!
Hi,I have a table with normal edit function and mass update, where some fields have look up values. I am using an auto-complete for field rendering. The search returns correct data in edit mode, but for the mass update pop up, the auto complete returns salesforce ids. Do you have any solution for this?Thanks!
I want to prepare Custom dependent pick-list using JavaScript for external many to many relationship objects.Let say , “Sample” and “Sample 2” are two objects. "Sample Junction " is a junction object.Here There is custom pick-list which have “sample” objects ids.Based on selection of “Sample” object id, i want to prepare pick-list which have “Sample 2” records values. means it has to check the values in junction object.How to achieve this?
Lookup filters and model condition where content is “Field from another model”, there is an option (New Option), “If no row in Source Model, then…”. There are two options for the attribute, 1. Abort This Model’s Query2. Deactivate This ConditionIt always deactivates the condition even if we select the option 1 (Abort This Model’s Query) if there is no row in source model. We are getting this issue both in Superbank patch 7 and patch 8.
I’m wondering if it is possible to set custom filter options using numeric ranges. I have a currency field on accounts that ranges from 0 to 2 billion, and I’d like to split that up into a handful of ranges that I can filter by, such as: 0 - 5 million 5 million - 50 million 50 million - 200 million 200 million - 500 million 500 million + Is it possible to do this with the manual filter options settings?
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.