Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
An existing table I wanted to use the new ‘show/hide column’ functionality on isn’t working as expected. I added a new table and it works fine with the same data/same page. Should this functionality transfer to existing tables or will we have to recreate tables if we want to use the new functionality?What happens to the existing table: The table settings ‘configure’ icon shows up only if I’ve selected the option to give users the ability to re-order columns. When clicked, it allows the user to re-order columns but doesn’t have a column for the “Show” checkbox. edit: I had already configured the columns in the table to allow for users to show/hide the column.
I have a page that was created in April, last edited in August. I opened it up to review the REST model configuration to help with a new project. However, the configuration appears to be broken. I cannot view any models, javascript, or css. The “add” button for each of those is missing as well. When I “View/Edit XML” I can see the structure of the page (not as helpful as a reference for my new REST configuration). Thankfully the page is functioning properly. Currently using v8.15.15 Screenshot of where models should be:
In currently have the docusign button that works well in Skuid but it redirects the whole page to the docusign page. I was wondering if there was a way to access docusign as an iframe in a template that would take all the required information to create an envelope and allow me easily send without leaving the page.
Is AWS a pre-built configuration data source like Microsoft Dynamics? Also, Interested in hearing more about what the slide below during yesterday’s webinar actually means for Skuid Native. Does this mean Skuid will be configured like an EC2 image? What AWS services will the customization of Ui actually extend to? S3 buckets is an obvious choice, anything else?
I setup a Slack data source and got to the point of having the Slack popup to authorize the connection, however, when I would click Authorize, the window would close and I would get a Skuid error about how the login was cancelled? I could never get it to work.I deleted and re-added both the data source and authentication provider for slack, and re-made the models on my pages, but I’m no longer getting the popup to authorize slack, thus I have no connection.Anyone have any ideas on this?
I have a page override that redirects using the Skuid.Redirects class along with Page Assignments based on record type and overriding: New, Edit, and View. However, we noticed that when a user attempts to change the record type of a record the page assignment redirect omits the new Record Type Id. We logged the redirect from our page and it is indeed sending the RecordType param. Is there something, in particular, I need to do to get page assignments to work with Record Type changes?
Er … uh … what is this in the Brooklyn Release Notes?
There are surely some things that going to Skuid Native makes impossible to do.Here’s a short list that I can think of so far:LIghtning Components in Skuid Native Invocable Apex Classes Salesforce Buttons Global Merge Variables such as $Site, $User, $Label There’s probable some I’m missing but these are the ones that come to mind easily.
I’m having a hard time making what should be a simple form edit. All I need to do is move a column on a Skuid form from the right side of the page to the left. The column is a panel in a panel set. I can’t figure out how to do this. I’ve tried dragging the panel (I end up dragging the entire panel set instead) and looking for a property of the panel that reflects its order in the set, but I’ve had no success. Is this possible? How can I do it?I’m pretty new at this, so if it seems like I’m missing something really obvious, I probably am.
I have a requirement to limit how many characters can be allowed the user to input into a field.
We have built a from on skuid to save data to a Custom object in salesforce, this save action is happening on a button click which initiates javascript snippet and internally uses skuid API methods skuid.model.save. On performing click action on the button , if any validation fails on the object level the same error will be displayed on the page.But here we are facing the problem like after getting the error we are updating the related field and submitting to save again, but on the second action also it is taking initial value given on the field but not the updated field value. Is there any setting’s available on SKUID level to come out of this issue?
I’m trying to add a condition for a model where a given field has a value of {{$Api.Session_Id}}. I’m writing that variable to records I create. However, the use of the condition returns no result. If I hardcode the Session ID (text instead of {{$Api.Session_Id}}), it works. Also tried using the Session ID user attribute, and that didn’t work.FYI, this is on a public site using the public site user.Any ideas what I’m missing?Thanks,Seth
Does the Save Model action in the action frame performs save when there are no changes to the model? Does Skuid ignore save when there are no changes?I only want to perform the save when there are changes. Wonder if I need to use a custom snippet to specifically check if model.hasChanged and then perform the save. I will need to handle rollback in that custom snippet. So I prefer not to do that. Can you please confirm?Thanks!
Hi I have a table which shows the list of Users who have used certain Asset at some of time. This table have drawer and Global action associated with it. The Drawer shows the more details about the user and global action is sued to add a new user to the asset. Now when i click the New assignment button, the following screen is displayed. The assigned By field is showing the User id here. But i want the user name. I tried different conditions like 1. Assigned_By__c is = to the Running user ID. 2. Assigned_By__c is = to the Running user Full Name. 3. Assigned_By__r.Name = to the Running user Full Name. The model behind the new assignment button is different from the model behind the drawer. But the salesforce object behind every model label is the same. none of the above conditions are working properly. Can anyone help me out with this issue? Thanks.
I have a table that shows records, with child records showing in the last column of the table. I have a pop-up that is used to add a new record and child records to the table. The “save” button on my pop-up saves the parent and child records and then queries the parent and closes the pop-up. I would expect that querying the parent would cause the new child records to show in the table, but instead, the new parent records shows without any child records. I have to refresh the page before they show. Any ideas about how I can get them to show immediately?
Is it possible to use the Wizard to create a Cartesian product? We use SFDC to manage who gets access to data on the cloud-based platform we operate. If we use five new users and they want access to six different data providers, could I use the wizard to generate thirty new requests in our custom object instead of having to create 30 new records manually?
So I use desktop pages even on my iPhone. I just like it better. Call me weird… call me a criminal… I just like it better to have the full desktop functionality instead of a mobile page. Desktop pages render well in Safari except that there is an extra… say 20px to 50px of space between vertically stacked components. So if I have a wrapper component and underneath it I have a responsive grid component, there is much more space between the two when viewed in mobile Safari than in desktop Chrome. Anyone know of any way I could address this?
Hi all, I have a table of data in skuid, where I want to use two dependent filters. I’ve tried following the steps here, http://help.skuid.com/m/models-conditions-filters/l/204980-use-a-snippet-as-a-filter-item-source-to-… , but I didn’t really understand the Javascript part, so could do with a hand there. Basically, we have a list of projects, categorized using tags (which are actually a multi-picklist field in Salesforce, call Focus Areas). Because there are so many potential areas, we want to group the focus areas into sections, to make filtering easier. I need the first filter (currently says marketing) to affect the results of the second filter (focus areas) to show / hide options. There is no relationship between focus areas, and focus area grouping in Salesforce because of the inability to have dependent multi-picklists, which is why we have turned to Squid. I think that I need to write some Javascript that says If filter A has “marketing”, show these options in the picklist “a
I am creating a custom component and would like to access a html file stored as a static resource within my component. Can I use this function or is there any other way for accessing the static resource within javascript. Thanks.
In some predictable cases, a query will fail and user friendly messages could be given to the user to correct their mistake. Is there a way to catch this error in JavaScript like the ‘add-on error’ action in the action framework? When doing a try catch in JavaScript snippets, the error doesn’t get caught, and the jQuery promise is resolved.I also tried subscribing to ‘models.load’ events but the event only fired on success of updateData() and it seems to consider an updateData() call a success even when the query error message pops uploadedPUBLISHED:at the end of a successful call to model.updateData()https://docs.skuid.com/latest/en/skuid/api/skuid_events.html?#skuid.events.models.loaded
Good evening, I am looking to implement the “Send with Docusign” button on the record detail page for a custom object we have created. I have attempted some of the solutions listed in previous threads here: http://community.skuid.com/skuid/top… Specifically, I created a Javascript Item. Resource location: External; Resource name: DocuSign_JavaScript; Resource URL: /apex/dsfs__DocuSign_Javascript I created an In-Line Snippet with the name Send_With_DocuSign. Snippet body: var params = arguments[0], $ = skuid.$; //********* Option Declarations (Do not modify )// var RC = ‘’;var RSL=‘’;var RSRO=‘’;var RROS=‘’;var CCRM=‘’;var CCTM=‘’;var CCNM=‘’;var CRCL=‘’; var CRL=‘’;var OCO=‘’;var DST=‘’;var LA=‘’;var CEM=‘’;var CES=‘’;var STB=‘1’;var SSB=‘1’;var SES=‘’;var SEM=‘’;var SRS=‘’;var SCS =‘’;var RES=‘’; //*******************************// var CEM=“This is the Email Body.”; var CES=‘This is the Email Subject’; var DST = ‘This is the DocuSign Template ID’; var row = params.row || params.model.
I am using the actions framework on a table with global actions. For the global action, I’d like to select a few rows with the checkbox, and have all of the other rows removed from the model. I have used the “Remove context row(s) from Model” action, and it does the opposite of what I am after. Any way to have an action where it is essentially, “Remove all rows, except context row(s), from Model”?
I would like to give access to the page builder, but only allow this new person to edit a couple pages. Is there a way to do this selectively?
I have a static resource that I’d like to display in a table template. I’m currently using something like this: {{#Ultrasound_Skill_Approved__c}}<img src="/resource/1479417508000/MDSignature">{{/Ultrasound_Skill_Approved__c}} Is there any way I can make that more generic, so that it will display the image if all I know is the name of the static resource?
I have some javascript code that that can change the calendar view programatically as follows:CalendarObject = skuid.$(‘#CenterCalendar’).data(‘object’);CalendarObject.currentView = ‘month’;CalendarObject.refresh();the refresh() redraws the calendar in month view when the code above runs.I can do the same to change to week view:CalendarObject = skuid.$(‘#CenterCalendar’).data(‘object’);CalendarObject.currentView = ‘week’;CalendarObject.refresh();The problem is that for me the drop-down in the UI does not change to reflect which view its currently displaying. It stays in the default one even though I am chaning it programtically.How do I keep the drop-down in sync with the rest of the UI in the calendar.Thanks
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.