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
In developing a clone page, we are encountering a couple of issues, both of which are rather difficult to describe so instead I provide a sample page (using SkuidCRM) that replicates the issue. Please note that the design of this sample page doesn’t have any real world applicability, it’s main purpose is to replicate what we’re doing in our real page by applying the same concepts. The SkuidCRM example just gives me the ability to reduce surface area for the actual repro of the problems. Steps to repro: Add page below to SkuidCRM org Using preview button on page (make sure to add clone=1 to URL manually) or setup skuid to use this page to clone an account Pick an account to clone - based on model conditions you must be the owner of the account for the account to display. This condition is required to demonstrate the issues below Actual Result Owner ID field is empty Expected Result 2) Owner ID field should contain name of logged in user Note - If you remove the lookup filter on Owner
Is there an option somewhere to create the number of versions to keep ?I looked but can’t find it.I also named some autosave versions… but they appear to have been discarded. I thought named versions would not be discarded ?
As my code gets more mature generic sequences are turning into functions of global objects… so I end up with snippets that look like thisCal.popup_cancel();Is is possible that you might add the option of running a function rather than a snippet on a button click ? It would save having to recreate these generic snippets for every form, for every popup.Thanks for all your great work !
I am trying to show pending Approval Items for the running User, but in Salesforce, Approvals can be assigned to a User or to a Group that the user is a member of. To make it more complex, Groups can be members of other Groups, so, say that the Approval Item is assigned to East Coast Sales, which has child Groups, Southeast Sales and Northeast Sales, and the User is a member of Southeast Sales, then this Approval Item should show up as well. Or if the Approval is for a Group that the User is a member of via the User’s Role (since Roles can be members of Groups), this should show up as well.I tried using a “Result of Subquery” Condition with Subcondition Logic that includes OR statements, such as “1 OR 2 OR 3 OR 4”, but OR logic is not allowed on Semi-Join Subselect queries.Can this be set up using Skuid Models?
This has happened several times in the last few days.Have a form open on 2 tabs, one in design, the other in previewadd components to a custom popup, saverefresh other page… look at custom popup… see new componentsgo back to page open in design, open same popup… all components are gone
I’m working on setting up our rules for a task’s due date and reminder date/time. For our business needs, the date portion of the reminder will always be the same as the task’s due date. We want to only show the time portion of the reminder field. Ideally, it would work this way:Due date: always required. Reminder date/time: user only sees options for entering the time (not the date portion). If the user enters a time, the date portion of the reminder = the due date. If the user does not enter a time, no reminder is set. Is this possible? I can’t tell how Skuid knows if there’s a reminder set, but I THINK it’s based on whether or not the date is set. Since I want to set the date ‘behind the scenes’ to be the due date, will there be problems?And are there any defaults that can be set on the datetime picker? Or would this all need to be accomplished via javascript?
I’m writing a snippet that programmatically adds blank lines to tables (whose models are child objects) when the user tabs through the table. I have to add and remove values from the changes object, which is fine.The code is working for modifying and deleting an object, but not for adding a new object. The new object never appears in SalesForce. I’m under the impression that Skuid persists all the changes to the requested model after calling model.save(). Furthermore, I’ve found that I need to specify the id of the parent object in the object definition of the child models being saved, but even after doing so, they still don’t appear in SalesForce. Is there something I’m missing?
How to create a custom button, that will get the next Case in a queue and assign it to the current user. After the button is clicked it will display the case detail page, with the details of the case assigned to the current user
When a page contains multiple models to be saved, if a failure to save a record on a secondary object fails, the page enters an unusable state and a partial save occurs leaving inconsistent data artifacts. To reproduce the problem, complete the following steps: 1) Using SkuidCRM, add a validation rule to Opportunity Products as follows: UnitPrice <= 10 2) Go to Opportunities Tab 3) Choose the global action “Create New Opportunity via Redirect” 4) Input valid values for Opportunity Name, Account, Stage & Close Date 5) Choose a Price Book 6) Add a new product row (if one didn’t automatically get added specifying a valid value for all fields making sure to set Sales Price to a value less than or equal to 10 7) Click “Save” Actual Result: 1) Error message indicating Unit Price must be greater than 10 is displayed 2) Change Sales Price to a number greater than 10 3) Click “Save” 4) Error message “Invalid Reference ID: OPportunity ID” is displayed 5) If you check the opportunities, th
When I try and install my Skuid built app from AppExchange into a Group Edition Org I get “Missing featureCustom Report TypeInstalling this package requires the following feature and its associated permissions: Custom Report Type”.Now I think I understand from researching the net that SF does not support managed package installations for Group Edition? If that is true is there a Skuidify way around this problem as the app was designed for Group users in mind too?
We have run into this issue a few times in our production org when typing in text fields. Once the space bar is hit, about a second later the cursor disappears and the next key press utilizes browser quick keys like backspace to reload the previous page or space to scroll. If the user continues typing, the text does not go into the field (which is no longer selected)…One of your guys had fixed this for us previously but I’m not quite sure how. Please let us know how to correct, this can be cumbersome for users. Awesome work btw, y’all have a killer product!!
Hi Folks - does anyone have any examples of CSS changes that I would need to incorporate on the skuid Resources section to alter or inherit the basic look and feel of SFDC? Ie no gray background - plain black field labels, page section headers etc? I found a post about setting this as a static resource to use over again… but I need an example to start with.
I created a wizard for users to create a new quote and there is a custom object to add line items within a table. When users are finished and redirected to the skuid detail page, the ordering of the line items in the detail page table is different than what was added in the wizard table.I attempted to sort on Created Date and the Name (auto number), but Salesforce doesn’t seem to save based on the order of creation. Any ideas on a workaround so that the ordering from the wizard will be reflected on the detail page?Thanks!
I have enabled Social Accounts and Contact Settings for LinkedIn and FB but the icons do not appear in the Chatter component?I have searched the net for an answer but no joy.I have spun up a new Org and Wammo it’s there ok - is this a SF issue related to Org versions and should I log a case with SFP?
Hi Folks - I have a lovely skuid page where I have Detail page (master) and a table (child) adding records etc. The master object has several rollup fields that show summary information (counts and currency) is there a way when a record is added to the table and “saved” that the detail page above would auto refresh to display the rollup values?Thanks for any help you can provide - much appreciated!
Hi,I am using Queue in Contact Skuid Page there i am showing Contact record detail page, but when i am doing this from queue Social Media Links are not working where as when i am opening record without queue then they are working correctly.Please find below screen shot for Contact record when i am opening that from QueuePlease find below the screen shot for the Contact Record where Social Media Links are working when i open record in separate windowPlease confirm me about this issue.Looking ahead for quick response.Thanks.
Is there a way to configure skuid to use a different icon for inline help? I can use CSS to manipulate the existing class (ui-silk-help) to point to a different icon but possibly there is a global config value that can be modified somewhere so that skuid uses it instead of the ui-silk-help class when generating the HTML?Thanks!
In standard Salesforce on an opportunity record you click “add” in the opportunity team related list section. You then assign: user, role, and access. I want to be able to do the same thing using Skuid. Can it be done? Thanks.
I have a calendar with 2 different kinds of events. So use the include page control in the popup forms for the 2 event sources. This works great… but it implies that the popup form as the event id to pass as a parameter to the included form… which doesn’t work when its a new event.I thought I could use the “run snippet then open popup” option… but I can’t figure out how to get the date and time that have been clicked on when the user clicks on the calendar. I dumped the arguments that get passed in the click and I can see quite a bit of data there, but not the date and time that were clicked on. Am I missing them… or is there no way to get them ?Once I can figure out how to get them I figure I can create the new event record and then open the popup and pass it the id so it will be able to populate the included form.Thanks
Just had a read of this great tutorial on building AppExchange apps with Skuid: http://help.skuidify.com/m/112173 questions spring to mind.1. The section on end-user customisability is compelling. But the Skuid page composer is so much more powerful than the standard Salesforce page layout editor that end users could easily get themselves into a bit of a mess. I’d love to see the ability to allow end users access to only a cut-down Skuid page composer - one that, for example, removes access to Javascript and CSS resources. Zach mentioned to me once that this can be done with a bit of creativity, just wondered if it was on the near-term roadmap to make officially available.(An important related point is that with a bit of training, an end-power-user could manage the standard Skuid page composer, particularly given the ease of restoring previous versions. Doesn’t stop me wanting the cut-down composer, though. :) )2. The section on shipping our app’s core Skuid pages using a static resour
Hello - When a lookup filter is applied on a field of a “new” record, if the filter uses the “Id” of the new record, the lookup results are coming back empty. The same logic applied to an existing record works as expected so the issue is specific to ‘new’ records in a model. Since, under the covers, skuid is assigning an “Id” to new rows (e.g. “1”, “2”, etc.), I would expect that rows should be retrieved that don’t match the “Id” value (which is basically every record in that object on the server). An example of this is on Account which contains a Parent account field. The lookup filter on Parent Account is written to not include the current account id so that the user can not mistakenly self-reference an account as its parent. Below is a sample page that demonstrates the issue. The field “Parent Account (Without Filter)” has no filter applied while “Parent Account (With Filter)” has a filter “Id” not equal to field from current row “Id” <skuidpage showsidebar="true" showheader=
I have a question about a problem I am running into with a page I am trying to make. It appears I can not include the “Probability” field in a conditions query. My goal is to exclude any records who’s probability is marked as either 0% or 100%.Here is how I am setting the condition:and this is the error message I am getting:1. An error occurred while attempting to perform the following SOQL query: SELECT Id,RecordType.Name,RecordTypeId,Event_Date__c,Point_of_Contact__c,CloseDate,Proposal_Submitted_Date__c,Contract_Amount__c,StageName,Project_Name__c,Account.Name,Name FROM Opportunity WHERE ((RecordType.Id = ‘012700000005pp8’)AND(StageName not in (‘Contract Accepted’,‘Completed/Paid in Full’,‘Proposal Denied’,‘Proposal Submitted’))AND(Probability in (‘0%’,‘100%’)))OR((StageName not in (‘Contract Accepted’,‘Completed/Paid in Full’,‘Proposal Denied’,‘Proposal Submitted’))AND(RecordType.Id = ‘01270000000E1wr’)AND(Probability in (‘0’,‘100’))) LIMIT 21 Error:value of filter criterion for fie
I asked this the other day and Zack wrote a snippet for closing 1 popup. Now I need to close 2.I tried modifying the snippet, but can’t get it to work close_popup = function(){ var popup_array = skuid.$(‘.ui-dialog-content’); for (i = 0; i < popup_array.length; i++){ popup_array[i].dialog(‘destroy’); popup_array[i].remove();} };i do get the array, which appears to have dom elements in it, but i get “undefined is not a function” when i try and call destroydo i have to somehow transform the array item into something jquery can call ‘dialog’ on ?
I have 2 popups on a calendar. they are basically copies of each other. The code for deleting the record being shown in the pop is failing in one popup, but not in the otherthe “delete this record only” when I do console.log(arguments[0]); shows “undefined” for the row,the same code works on the other popup. I have checked and the models are there, and the data is therehere is the code that is trying to run, identical on both formsvar params = arguments[0]; console.log(arguments[0]);// data structure of arguments is different since we’re not on a table row = params.row; $ = skuid.$;
As an example I have a skuid Page with two Page Titles in it. Each has a Button of Save / Cancel Action Type. Top to bottom on the page the first Button pair has an After Save Redirect URL of /{{Model.KeyPrefix}}/o. The second button pair has an After Save Redirect URL of /{{Id}}. The behavior of either Save button in this case results in the use of /{{Id}}. If I reverse the Page Title order on the Page, the result of either Save button results in the use of /{{Model.KeyPrefix}}/o.My particular requirement is to have both pairs of buttons have the same Redirect URLs so that the Button pairs behave in unison. This works fine in skuid but I discovered the above behavior while configuring my requirement. They really ought to work independently.
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.