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
I have a button that runs the following snippet below.How to I enable and disable the second multiple action based on the if statement below, which just opens a URL?var AllMortgageModel = skuid.model.getModel(‘AllMortgage’);var row_id = AllMortgageModel.data[0].Id;var request_type = AllMortgageModel.data[0].Request_Type__c;if (!request_type){ alert(‘You must select a Request Type’);}else{ alert(row_id); alert(request_type); //Close the Popup skuid.$(‘.ui-dialog-content’).dialog(‘close’);}
Hi Robb you replied with the below, I have already read that help page thanks. The question I have is that it only migrates Pages over, is there a way to migrate the models, resources and components etc… instead of having to manually recreate them in each Org, thanks.-----------------------------------------------------------------------------------------------------------------------------We’d encourage you to look at this resource in our help files that describes our Page Pack functionality. http://help.skuidify.com/m/page-assignments-and-overrides/l/245955-import-export-page-packs-and-modu…Page packs create a static resources in the org where you are working that you can migrate to other orgs in a number of ways. There are also a few other conversations on the community related to that topic.
I’d like to change the color of the text in a row to red if a checkbox on the record it TRUE (i.e. hot lead). see picture attached.
Using the guidance provided at https://community.skuid.com/t/edit-mode-button I have a custom button the toggles the display mode for various components on the page. The challenge I’m facing is setting the mode when the first tab of a tabset is displayed or a drawer is opened as those elements might not be visible and/or in the DOM when the button is pressed. 1) The tabShow event is not fired for the initial tab 2) There currently is no event fired for drawer show/hide I’ve tried using a Custom Component at the bottom of the initial tab and/or on the drawer, however since the element isn’t in the DOM yet when this fires and there is no wrapperElement like with field editors, I can’t seem to determine an approach to find the sibling components to programmatically toggle their mode. Any guidance on how to achieve this? A use case is: 1) Table Contains a drawer 2) Table’s drawer contains a tabset 3) Tabset contains a fieldeditor that should pick up the current mode (based on a change via
Prior to Summer '14, we had custom field renders that would create a listener to handleChanges and then when the data in Field ‘A’ would change, we would force a render of Field ‘B’. With Summer '14, we’d like to change the approach to avoid using listeners and instead use the event model via the action framework (when row is updated). In our event subscriber, what is the recommended best practice to re-render Field ‘B’ when a change on Field ‘A’ is detected making sure that anywhere Field ‘B’ is displayed (e,g, could be a different editor) is re-rendered? One option is to iterate through registeredLists and call render when we find Field ‘B’ but it would seem there might be a more efficient approach available. I’ve got a few ideas but looking for the recommended and supported approach. 🙂 Thank you!
We’ve just deployed Skuid to an OEM customer, and applied the ‘Skuid Page Viewer’ permission set to all users, incl the Administrator. We would prefer them to not be able to edit our Skuid pages (at least in the early stages) ( so no one gets the builder permission set)However, the edit/gear button is still showing for the Administrator, and he’s been able to click and edit the page.Unfortunately its too late to apply the apex class & trigger outlined at the bottom here http://help.skuidify.com/m/11217/l/121145-packaging-your-skuid-pages as the app has already passed sec review and we’re technically not able to add another class in at this point…Any suggestions as to how to prevent the admin from seeing this button?Thanks.
Is there a way to create a checklist with Skuid. What I need is a way for someone to type in a text box with a connecting check box that can be ticked when completed.Thank you!
My mobile Skuid page displays a grid of accounts and when you select an account you can select a custom object to view existing records and create a new record. Existing records are pulling up great but when I click the plus to add a new row, filled out the record and click save I get:(Regional Office is the field label for the account master-detail relationship). Why is this happening?The underlying model is correctly pulling up existing records which tells me the conditions for the model are correct but when I create a row its not properly setting the master-detail field. I was able to work around this issue by adding the Regional Office field to the page, set it to Picklist, set the Option Source to ‘Model’ and the Option Model to the model that has a filterable condition based on the selected account (See image below). This will properly set the regional office field and the row is saved successfully. Do I have to have the regional office (master-detail field) on the page??
I would like to create a custom url which led users to a specific SKUID tab. The url is:https://b-lab.secure.force.com/fund/apex/BAnalytics And I have tried making it:https://b-lab.secure.force.com/fund/apex/BAnalytics#skuid-component-tab-17 Which is the tab I’m looking for. However, clicking on it sends you to the first tab in the tab set rather than to the tab indicated. When I inspect element, I get the following B Benchmarks B Benchmarks Let me know if I could reference any of the elements in there in the URL, or whether I’m thinking about this the wrong way and there’s a better solution. Thanks!
I would like to do a comparison chart within Skuid. The way that I am imagining this happening is having a list view of contacts and then you select 2 or 3 and then a comparison of the different fields display. The closest thing that I compare it to would be when you are looking at a bunch of cars or computers and you can select a few and get the specs side by side. Also, it would be great to have them compared side by side vertically rather than horizontally. Thank you in advance for your help!
I have used the following JavaScript in the past to get from one wizard step to another:var wizard = $(‘.nx-wizard, .wizard’).data(‘object’); wizard.navigate(‘step2’);I am trying to use the same syntax to get from a Mass Action on step1 of the wizard, to step2 and it doesn’t seem to be working. I am declaring the wizard variable at the top of my snippet, and calling the navigate part inside of a save callback, could that be cuasing issues? Is it possible to get to the next step from a Mass Action with the above syntax?
This should be an easy one. I have a template field in a field editor component and I am trying to do a simple link to a Salesforce report where I am passing in a field value. However, it looks like Skuid forces the custom field to be displayed. My setup. You can see my template link is: <a href="<a target="_blank" rel="nofollow" title="Link: null">https://my.salesforce.com/00O50000003v1Ir?pv0={{Household__c}}">Report</a></a>; But the result is this: What I want is the just the word “Report”. Why is it displaying the Household__c value?? I have tried enabling and disabling ‘Allow HTML’. Same behavior. What do I need to do to my template link so that it drops in the custom field into the URL and only displays the proper text? Thanks!
We have a page that will no longer load in the builder. When attempting to open it in the builder, the following error occurs:Uncaught TypeError: Cannot read property ‘split’ of undefined in skuid_SkuidBuildersJS:2Unfortunately I am not aware of what was done on the page prior to saving that would trigger this. I have seen something like this once before.I have a repro of this in a page called POViewTempUntilFixed and have granted login access if someone would like to take a look.The POViewTempUntilFixed is a “clone” of “POView” which is the actual page that broke. I was able to use the declarative interface to clone POView (Versions aren’t available since I can’t load the skuid page itself). I then fixed POView by copy/pasting the layout fields from the prior version to the current Page record.Thanks!
There are many tables where I want the visible rows to be small, for fast load time, but allow the users to see more if they want to. This is especially helpful when doing Mass Updates on Selected Rows. If I pick in the 5, 10, 25 range there is not an option to see more it is capped out at 50. Is it possible to always list a “Select All” option in the list? Default is 5 or 10 etc. but “Show All” is always an option in the users drop down?Thank you!
in a narrow table the filter hides behind the “table features” drop down and can’t be selectedi’ll have to change it in the xml
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?
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.