Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hello,My main account page, uses a lot of different page include in different tabs.And at this point, each of my page include has it’s own save/cancel buttons + the save/cancel button from main pagethat makes a lot of different save button for usersI would like to know if it’s possible for me to create some sort of master “save all” button on main page to save changes from all models including models in pages includePreferably with Enabling condition (if one of the model has changes), but if possible without that would do as wellAny ideas?Thx
I have a checkbox that I’ve set an enable condition against. However when the field is displayed on the Skuid page it appears as if it’s in edit mode but it’s not. If the box is checked without clicking the pencil icon the field is not changed. This only occurs when I have an enable condition on the checkbox. With all other field types I need to either double-click or click the pencil icon. I hope this makes sense.
All,I have a pretty simple question, I think.I have a Skuid page that has a table on it linked to a model and a custom Salesforce object. The table attribute is set to allow inline record creation. I do not want any blank records written back to Salesforce but I also don’t want to have any required fields or validation rules. When the table is saved, if it has any blank records just dispose/ignore them. Any thoughts?
Until now I thought Skuid was updating itself automatically for any patch/release.I just realized that the releases listed here are to be installed manually and only major release will get pushed automaticallyI’m on version 7.20 and there’s been 4 updates since.My questions are:-Can i just directly install the most recent Update (7.27.4), and that updates would contain all previous updates i missed? Or should I install them Individually one at a time-Can updates like this, break any existing functionality, logic,snippet or anything else in my existing org? and if yes is there a way to “undo” last update/return to previous version (I’m aware i can use Sandbox to test)-As this is new to me, anything else I should know before I go and update my org’s skuid version?Thank you very much
I believe this topic has been brought up before, but wanted to see if there were any new developments.Is it possible to “collapse” columns in a table? For instance a Mass Action button that would Hide/Show columns in a table, possibly by conditional rendering? Or, is the only workaround to have two tables and have a button to conditionally render them?
Hi Team,If “Transfer Record” permission on the profile is unchecked, Salesforce standard interface doesn’t allow the users to change the owner of records but in the Skuid interface we have found that they were able to change the owner of records. Please let me know if it can be resolved.thank you,chandra.
Hi,I have built a table. I have added many filters to the table. One of the filters I need to add is for a field located on a ‘different’ model. Is there a way to do this?
I am creating an app that will allow the user to search, and create Accounts and Opportunities. The welcome page should display 3 buttons “Search App” “Create an Account” and “Create an Opportunity”. When the user clicks an option in the welcome page they should be routed to the appropriate page. I have created all the 3 pages but, in the welcome page I could not create these options as buttons. Is there a way to create custom buttons in Skuid.
Followed this example: https://community.skuid.com/t/chatter-popup-for-task-list However, my chatter “Post” section is not rendering. Clicking on file or link or more doesn’t do anything. Any ideas what could be the problem? Here is the pop-up I am running version: 7.27.4
I am having a site .I added my skuid page in it ,now I would like to know that is it possible to update Contact Object Records via my skuid page. For now when I open my skuid page on site all fields of contact object comes in output mode not in editable mode.But if I run my skuid page in my salesforce org all fields come in editable mode.And I am able to update data on these fields.
I’m unable to provide my Partner Community Users with the ability to export table data to an Excel spreadsheet. When they try to export, they receive an insufficient privileges error. Does anyone know what permissions the Partner Community Profiles must have? Thanks! Gary
I have a table component with nested drawers that allows me to do a quick search for a Role and # of assigned users. The assigned users is a template on the parent table (userrole) The syntax is {{Users.totalSize}} The issue is that the # of user count is anywhere from 0-50 but the max number displayed via the template is “10”. How do I fix this?
We are using draggable with multiple queues - so that users can drag-and-drop records between queues. Quite often our users have trouble getting queue items into the “drop zone” (my term) to move a record into a new queue. Is there a way to increase the size (specifically the height) of the drop zone?Using this code for draggable: (function(skuid){&nbsp; &nbsp;<br>&nbsp; &nbsp;// Global setting -- if true, then all changes will be immediately saved,<br>&nbsp; &nbsp;// otherwise, changes will remain unsaved until you click Save.<br>&nbsp; &nbsp;var SAVE_IMMEDIATELY = true;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;var $ = skuid.$;<br>&nbsp; &nbsp;<br>&nbsp; &nbsp; var getQueueList = function(queueElement){<br>&nbsp; &nbsp; &nbsp; &nbsp; var queueList;<br>&nbsp; &nbsp; &nbsp; &nbsp; $.each(skuid.model.list(),function(i,model){<br>&
HiAs for all my users Skuid is pretty new and not used to new layout yet, they often ask me for a way to find a specific field among all the tabs on that page…Is there a way to accomplish that and give them ability to go to that field directly.In our old Account page they would simply use CTRL+F and search and go to fieldNow that’s it broken down in tabs, it’s not as simple.Thx
We’re using a queue and a detail page include inside a responsive grid. The queue does not have a scrollbar. Documentation on the queue component refers to the panel set, but doesn’t reference use in responsive gridThe queue is really long and fixing this is a big request from my users.How do I do this? Use a snippet? Or am I missing something about the responsive grid?
I would love to have a text field on a page into which a user could paste a list of account numbers, then click a search button and have the model return only the records that have that account number in a specified field. I have an annoying process where I only get account numbers from a third party and I need to get full details on those accounts, mark them with a flagging field and notify users that these accounts need attention. Would it be possible to paste in a set of comma (or tab or enter) separated account numbers into a text field and search within those values to determine which records get returned in the query?
Am just a beginner… plz tel me hpw to display thousand in K in kendo chart Y axis
Hi,I think ,if possible ofc, it would be nice to be able to control the Sticky table header and footer Separately If like me, often a footer is not needed, that would solve the issue of Sticky headers and drawersnot liking each otherUnless it’s already planed to be fixed on next release…
Here’s part of some code for a custom table view: .attr('href', '/support/servlet/servlet.FileDownload?file=' +&nbsp; (row.Support_User__r &amp;&amp; row.Support_User__r.Photo__r) ?&nbsp;<br> &nbsp; &nbsp; &nbsp; &nbsp;row.Support_User__r.Photo__r.skuid__AttachmentId__c :&nbsp;<br> &nbsp; &nbsp; &nbsp; &nbsp;null<br>) I’m getting a javascript error on row.Support_User__r.Photo__r.skuid__AttachmentID__c: Uncaught TypeError: Cannot read property 'skuid__AttachmentId__c' of undefined How could the code get past the IF ? when Photo__r is undefined?Any idea what might be going on here?
Added a drawer to a table to show related records for an object…After selection of child records for one of the primary object records,if child records are selected for a second primary object record then the child record selection of first record disappears…How to retain child record selection for multiple record?
Skuid is currently pulling data directly from Netsuite leveraging an oData model service (works great!). I’d like to create data in Netsuite when things happen in Salesforce/Skuid, but I’m getting the following error message: ExecuteOData: Operation %24batch.rsd was not found or it does not define Info. Any ideas?
When trying to edit rich text fields in the console, another tab opens or the page disappears.
I have a simple model filter pulling up Assets based on the Account ID returned. This filter works completely fine when logged in as myself (I am an admin). However, when logged in as certain users, the filter pulls up every single asset. As if based on user it doesnt plug in the Account ID to the filter condition. Help??
Is it possible to have the RecordSearch box default to always appear in a queue rather than requiring the user to click the icon?
I have a filter type 'Select Option" on a table which is rendering as a 'Multi-select option only in my production environment. I copied the exact page from my sandbox which is rendering the filter type properly to production and that same filter turns to a multi-select filter type. The Skuid versions are the same in production and sandbox.
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.