Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I havea custom object where I have created a skuid page to override it when a user creates a new record. I have assigned licenses to our users and given them the Skuid page viewer permission set. But when the users click on New they get this error: Insufficient Privileges You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. For more information, see Insufficient Privileges Errors. How do i fix this?
Is there an easy way to display the name of the current or previous month in a pagetitle?Some kind of merge syntax?
So, I have this problem that just started happening on Thursday. We have a few tab pages that contain a URL redirect button to create a new record for that tab’s object. When the user clicks on the button, they get redirected to the create new record page. It has always worked prior to Thursday without a problem. Now, when they click on the new record button, they get redirected to the standard Salesforce login page even though they’re already authenticated. We have a custom domain and SSO enabled with MS Azure that syncs with our on-prem active directory. When they usually see the login page, Salesforce automatically redirects them to our sign-on page for Azure. However, now they see the standard login screen and it’s confusing them because they have to know our custom domain in order to login. I've checked my config on the SSO and it seems to be on the up and up. The initial login process redirects to Azure and recognizes the custom domain as it should. The only thing that I can t
So, I tested this same code a couple days ago and it was working fine. Today I started getting this uncaught typeError. No Idea why this is occurring. I get a reference to the calendar object. Try to set the currentView property and then call the refresh() method to update it. It worked before!!! 🙂 Any thoughts
We have Accounting Seed installed in Salesforce and remarkably they do not have a tool to export financials to excel! So, I am trying to see if I can build some reports in skuid. I am struggling to build a P&L that has Accounts grouped by type and than further grouped by subtypes. For example, “Utilities” needs one total and then the subcategorized by Water, Electricity, etc. Then all that needs to be divided into values by months in any given year.Trying to squeeze a spreadsheet out of a table is a bit like trying to get orange juice from an apple, but…any ideas?
I am able to update a count field in a template using this on the template unique id - skuid.$C(‘sk-1xt3wk-1107’).render();But when I try to update the count in a tab with the tab unique id it doesn’t work. How do I pass the tabid to update the snippet?
Hello all,is there a way to set multiple default values for a multi-select picklist UI field?Cheers,Ben.
Hi All, I am very new to Salesforce and SKUID also. Just started using SKUID 2 days before. I am facing an issue of displaying the values in Table 2 as per the value selected in Table 1 picklist.Please look into this matter.
In UI formula fields on any model, I am unable to check if the reference field is blank or not. The following does not work -IF( {{refrence__c}} != null, ‘Not Null’, ‘Is Null’)tried this link but does not help - https://community.skuid.com/t/how-can-you-check-for-null-and-or-if-the-field-exists-in-a-…
Hello all!I have made a Wizard for submitting a Request to our team through Skuid. This Request has its own object in Salesforce. There are different record types for the requests, and there is one particular record type that has a different page layout in Salesforce, because there are about 20 extra fields required to submit with this record type of request; these extra fields are not required nor even relevant to any of the other record types for the request, however there are fields that are required and relevant for ALL record types.Essentially I need to conditionally render these extra fields (and DEFINITELY make them required) for the one record type, but don’t need them to be visible or required for the other record types. The issue is, since the wizard is creating a record, the record type isn’t saved until all the required fields are filled out, thus I am having trouble figuring out how to conditionally render either a wizard step or conditionally render the fields, because th
When you use manual filter options, it shows a drop down unless the list is longer than 25 (by default). However, if you use automatically populated options, it always displays a text box with auto-complete, regardless of how few options there are. Is there a way to display a drop down without resorting to manually creating the filter options?
I have a product table on a wizard page. I have a row action on each row of the product table that creates a new record in the OpportunityProduct table, and attaches the product listed to the opportunity created in an earlier page of my wizard.For the first product, it works great, but if I try to add a second product (using the action button) the first product gets added again. I have tried to clear the model, but the removes the whole product table. Any ideas?
Hi, In a table I have set up a mass action to kind of ‘clone’ a row. Often I would need this action to create multiple new rows using data from the row i selected mass action on (let’s call it original row). the first row created works flawlessly, but all the rows after that, do not get info from original row, they try to fetch it from new row created above. Here’s my sequence action and the problem is that the first row gets info from original row perfectly. Create new row Add default value {{one_months_ago__c}} Create new row Add default value {{two_months_ago__c}} Save changes in model I tried specifying the row for merge value {{$Model.Bank_Statement.data.0.two_months_ago__c}} , but still not working. If i put a save action in between each ‘create new row’ It kind of works but takes the info from newly created row instead of original, and it’s very slow , specially if need to create 12 new rows, could take 5 min+… Any idea how i could force the default values to be always from the
We have a skuid page where we have a table component. We have freezed the column headers, allowed scroll bars and have set table height as 500px. We have also fixed the column widths. But when we are scrolling down in the table, the column headers are getting distorted i.e. column headers have different width and rest table data columns have different width.Please suggest solution for this issue.
I have a table with drawers. The drawer table has filter features.If I open 1 drawer and apply a filter I see the correct filtered rows in the drawer tableIf I have another drawer open at the same time, this drawer also shows the filtered rowsSo far, so good, however:If I then apply a different filter to the 2nd drawer, or even different values in the same filter, it shows the results of the new filter, but the first drawer then displays no rows. I then cannot change any filtering on the drawers and need to reload the page to get the filters to work at all.Any help much appreciated.Ben
I have a tab set with a count label referencing a model. How do I make this refresh when additional rows are added to each of the models. I can do it for a table, just not for these tab labels?
I have a template that has a field from an aggregate model in it (as well as some additional text). How can I limit the number to 2 digits after the decimal?
Is there a chatter component I can pull onto my mobile detail pages, or a way to do this? Or is this a “wait for Brooklyn” thing?
I’m trying to prepopulate a rich text field with formatting as html. The source for my html is an email template. What I’ve done so far is use a model to get the appropriate email template and the action framework to prepoulate the rich text field (which is an actual object field). However the rich text field flashes the rendered html as expected and then displays the raw html. Looking at the html source, I think that the html is being inserted as actual html so it displays as I expect, but then CK editor is escaping the html into text so it displays the raw html in the text editor. How can I take html and prepopulate a rich text field with it? Flashes this (which is what the html email looks like) And then displays this
I am trying to add a lookup filter to an owner field (the native one). The owner field on this object supports both groups and individual users. Here’s my configuration steps: Select field to filter - shows me this pop up: Selected “Group” and got all group fields. From this selected “Developer Name” Finished configuration of filter: When I preview the page, the filter works as expected on the group list and does not affect the user list: but at the top of the page I also get this error: “1. A Skuid Model, ‘_TempModel_1475080514836’, has a Condition on a Field with relationship name ‘DeveloperName’, on the User Object, but this Field appears to be invalid. Please check that this Field actually exists on this Object, (or on related Objects), and if it does not, change any Conditions on this Model that reference this Field.” What am I doing wrong here?
Followed the instructions on this tutorial - http://help.skuid.com/m/models-conditions-filters/l/102652-aggregate-models-make-dynamic-reports-in-… - but can’t get the Owner filter to display as a dropdown. It only displays as a search box.
I am trying to figure out how to pass multiple values as conditions to a Page include. For instance, I am calling a Page via page include, call it “Prospects”. Prospects is a page that has a model of Accounts. Those Accounts have an Industry field and a Sub-Sector field. What I would like to accomplish is to filter the Prospects page via page include to show Accounts with either “Auto” or “Energy” as the Industry but NOT either “Clean Tech” or “Hybrid” as the Sub-Sectors.Could someone let me know if this is doable? And if so, how to accomplish this?
Hi,Facing issue in re-directing to detail page after record creation. I am using wizard control (Step1, Step2, Step3) to create a record from skuid. After click on ‘save’ button which is in step 3, expecting the new record to open in detail page of the record (it’s navigating to detail page but not showing record data except tabs which i used, here it’s failing to get the id of the new record after navigating to detail page) record id is generating and creating record in list view. Added few field’s and button (buttons to navigate previous & next step) in each step but in step3 added one more button (Save and submit) to save the record, below are the actions behind save and submit button 1. Show message and block UI2. Update a field on rows3. Save Model Changes (given my model name)4. Unblock the UI5. Close all popups5. Redirect to URL (URL : /apex/ui?page=My detail page name&Id={{{Id}}}&navOpen=Imperium)Expectation: Record should navigate to detail page immediate after r
I have added enable conditions to some fields in a field editor. When the condition is met the field is enabled as expected but the item label color goes black. Fields that don’t have enable conditions have item labels colored blue from the theme that is set for the page. Adding CSS to the field editor and to the fields themselves does not work, the enabled field style overrides it. How can I retain the theme color for enable-condition-met fields?
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.