Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’ve created a simple Skuid page connected to a custom object called ‘Jobs__c’ The page is accessible when staff go direct to the skuid page. However, when overriding the ‘Jobs’ tab to point to the skuid page ALL users see the ‘Insufficent Priviledges’ error. The only user that the tab override works for is the main admin account. See images below:
Is there any way to catch the context-row of a table based on row-action, from action framework ? instead of having a javascript snippet to be written ?I want to catch the context-row of a table on a row-action and push this as a new-row to another related model.
Hi,Just to make sure i’m not overlooking anything.I do not seem able to create an aggregate Grouping based on a SF number field.Is my only solution to create a new picklist field on that object (or text field) and have a workflow update that field with value?Hope notPlease let me knowThx
We have a canvas app in a visualforce page in an iframe on a skuid page. There is a lot of conditional rendering of skuid elements on the page. Every time a field value is changed on the page, the canvas app reloads. Is there a way to keep this from happening, or a way to better control when reloads do occur?
I have a template on a layout which iframes a visualforce page. Also on the layout is a field editor. When a user clicks to edit a field in the field editor, the template refreshes the iframe. Is there anyway to stop the iframe from being refreshed on edits in the field editor? Thanks, Paul
Using Chrome version 52.0.2743.82 m.
This is probably a very silly / newbiew question. I have a custom list view page built with Skuid that shows my existing records. When I click the link, it takes me to a custom detail page. Works nicely. When I click the new record button on my list view, I get the out of box new record page. I am having trouble figuring out what the redirect URL needs to be so that I can get my custom detail page (blank) ready to take all the details and create a new record.
Hi,I started seeing this error often , and upon looking into it, it looks like a problem with formula handling negative numbersLet’s say i have 2 field i want to add upField A value = 1000Field B value = -28And i have a formula {{fieldA}} - {{fieldB}}, it will return this error as Field B is a negativeMy problem is those field would contain 95% positive values, but in some cases , as intended, the number would be negativeIn the example above i would expect the result to be 1028Is there any way around that error, or a way to hide this error message for this case only?Thx
Hey I have a tab in Skuid under that tab i have included a table for a particular object . Now My requirement is whenever I am selecting a particular row I should get a pop with all related list of that record. I am able to get pop up but i am not able to get data in related list of that particular row.
I made a skuid page and then made it available for the users by using Salefsorce “Sites”, which makes it accessible for external users. but when i preview it, i grt an error saying:“You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named QualityAssurancePage. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page.”i have checked for the public access settings for this page and profile but nothing helped… Can some one please help me sort this?
I have a requirement where I need to limit the number of characters a user can type into a Rich Text Field. I am having some difficulty figuring out what the best way to limit the number of characters that can be input client side for the individual fields are. There are several RTF fields on various tabs and each field may have a different character count limit. What is the best practice to accomplish this? (I’d even consider some worst practices if it gets the job done).
I have a parent model with a child model that has one or several (up to about five) records. I want a page that shows some parent info at the top, a set of fields and UI-only fields on each child, and actions that execute making changes to any/all of the parent and child model records. I’d love to show a field editor with the parent model, then tab set below that with a tab for each record in the child model, each with an identical content for that record. I guess what I’d ideally want seems to be a cross between a tab set and a queue, where I can show model records across multiple tabs and save them all with a single button at the top of the page.I thought about using a table with drawers, but the necessary field editor for the child model is too impractical to render as a table drawer, and the table will look silly with only the “name” column or only one record. A queue would get me the dynamic navigation list, though it is only on the side (right?) and would require using a page inc
I have a javascript snippet with a createRow() like this: medLogModel.createRow({ editModeForNewItems: true, additionalConditions: [ {field: ‘Inventory_Item__c’, value: treatment.Inventory_Item__c}, {field: ‘Inventory_Item__r.Name’, value: treatment.Inventory_Item__r.Name} ] }); The snippet is followed in the action sequence with a popup action. The popup contains a table with the newly created row. But it’s not in edit mode. It looks like this: What am I doing wrong here?
I have multiselect picklist called as Profile . and i have included condition in my model as - Profile includes (userinfo) Profile Name.but while loading page i am getting following error.An error occurred while attempting to perform the following SOQL query: SELECT ,Name,CreatedDate,Id FROM SObject1 WHERE (Active__c = true)AND(Id not in (SELECT Alert_Name__c FROM SObject2 WHERE (((User_Name__c = ‘005R0000001omWyIAI’)))))AND(Category__c = ‘Priority Alert’)AND(Profile__c includes ‘System Administrator’)AND(Currently_Active__c = true) Error:expecting a left parentheses, found ‘System Administrator’
Puhleeease
, let me know your skills and your rate, thank you!
pls ping me your hourly rate and qualifications. Looking for someone reasonable $18-$30/hr max, have hired some in the past on upwork but looking for another freelancer, thank you
On version 8.15.15. I have two buttons. One renders when snippet a returns true. The other one renders when snippet b returns true.On page load, Button one display correctly. However, as I update the model on the page title, the snippet b is not getting called. So the button never switches.Is that normal?
Hi Team. Here’s a rare bug.Steps to reproduce:Open the Themes page in an org with out of date themes. Import a custom theme. Click the ‘update out of date themes’ button and continue. Expected Result:All themes are updated, including newly imported theme.Actual Result:Page hangs with blocked ui due to javascript exception.Work-around:Reload the page between steps 2 and 3.
I use the Fop2 Extension to perform Click to Call with my PBX system. It works on the SF visual force page because the extension runs once the page loads and all the data is available. My Skuid page, however, has multiple tabs and uses a page include. I was wondering if anyone has either used FOP2 and has a work around for this problem or is in a similar position. I have the extension source file and my thoughts were looking through and just forcing the extension to fire at an interval as opposed to on page load. Another thought was looking through the extension and adding some of the Javascript to a phone render snippet. I’d appreciate any help.
I am using Pat’s solution to get multi-select table filters that use a model as a data source to display a check list instead of the search/type ahead that shows up by default. (As shown here: https://community.skuid.com/t/multi-select-filter-option-for-non-picklist-fields) The filter works great when selecting one or more options. But note that the where clause for region includes ‘’ (empty string). When “Uncheck All” is used, the where clause for region is still there with only the empty string. “Uncheck All” a second time to get the expected result (where clause for Region is removed) Why does “Uncheck All” not remove the where clause for region the first time? I have a filter based on User Roles on the same table that is configured the exact same way and it works perfectly.
Is there an event that I can tap into for whenever a page panel on a skuid mobile page is shown (preferably first shown?)Also, is there any way I can use the dev console to see a list of any events that are firing?
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.