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 am trying to create a data model/skuid page using the new Salesforce standard objects WorkOrder and WorkOrderLineItem. My skuid package does not see these objects. These objects require an API version of 36.0 or greater. How can I make them visible to my Skuid package so that I can create a data model that uses them?
This seems like a no-brainer…but I’m at a loss. I want to be able to create a new child record (that opens in a skuid page) from a table on the parent. There are too many fields on the child record to just do an in-line creation. Thanks!
I had created a master page SortableTableMaster. Then i created a child page for that master page as “test2”. But when i opening that “Test2” page then i am not able to see page region section. Thanks, Raj
Pretty sure this is a no go, but I am curious if Dyamics can use a Skuid Page instead just like page overrides in Salesforce.???
I really want to start using Brooklyn, but this is a problem…
I am trying to package 2 pages into a staticresource but it would not package after 20 hours of loading. Has anybody had this issue?
Is there documentation on the new Action Framework Logic in Brooklyn? I tried looking in the tutorial page but could not find anything.
After creating a new model for GroupMember and putting either one or both reference fields on a table “GroupId” or “UserOrGroupId” after selecting a valid user or group the display flashes the id then stays blank, I would expect it to display the name of the user or group that was selected
I just installed Brooklyn in a sandbox. Everything is working well, but I am getting an error on some Force.com sites I have built with Skuid VF pages. I built these awhile back following this great tutorial - http://help.skuid.com/m/11720/l/114236-build-force-com-sites-with-skuid#!prettyPhotoEverything worked fine until I installed Brooklyn. Now I get this error on load - ’ http://partialcop-abelcine.cs62.force.com/abelcine/resource/1480529442000/skuid__PlatformJS Failed to load resource: the server responded with a status of 404 (Not Found) ’ PlatformJS is no doubt new, and is not a public resource. Is that perhaps the problem?Any idea what is going on here?
I would like to build a universal UploadFile page to include in places like drawers, where I can have a button called “Upload File” and shows a popup with the page include. That page include would get fed an id parameter, but I would like to build a dynamic model that can look at the id getting loaded and decide what type of SObject that is and then use that record as the basis for the File Upload component in the page include. Is this possible?
Trying to update our Skuid version in Production prior to our code deployment as need version 8 for new items being released.But all links from https://skuid.secure.force.com/skuidreleases get an error that the app cannot be installed and looks like its been deleted.As this could block our release this is very proplematic now.
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.
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.