Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m trying to connect Zoho CRM to the Skuid Platform. I created a client_id and secret_id inside Zoho and tried using it on a page but I’m stumped at how to actually get the data to start flowing. Of course it doesn’t help that Zoho’s documentation is terrible but still. When I use the authorization URL of https://accounts.zoho.com/oauth/v2/, it seems to make the connection OK without an error but when I try to pull any data (say from the Contacts field) into a page, I either get an error or I get nothing. To access data, the URL is supposed to be https://www.zohoapis.com/crm/v2/Contacts. How does that relate to the authorization URL? I’m sure I’m missing something simple but this is definitely not part of the “without code” bit of Skuid’s functionality. With Salesforce everything is plug and play but with outside API’s, I can’t make sense of what I’m supposed to do.
Theme composer appears saving changes in the UI. But when I reload it, the changes are not there and reverted back to the old value. Specifically I was removing Border(bottom) from field editor. Please help.
On Application object i have two lookup field1.Account2.Product(genesis__CL-Product__c)Product(CL__Product__c) is parent to Account object. on account object having product(Product__c) lookup.when i update account field, i want to display the Product(genesis__CL-Product__c) from on Account Product(Product__c) field.here i am writing my query string is like belowProduct(genesis__CL_product__c) == {{$model.Account.data.0.genesis__CL_Product__r.name}}.Can any one help to get my product for above string.
I am attempting to insert a value into the specific date field. When save, go to another field it has changed today’s date. How do I do this?
Table component:We have > 1 icons in the action column. It is now displayed as 1px table.nx-skootable-data tr th.actioncolumn, table.nx-skootable-data tr th.checkcolumn width:1pxIs it expected that we should need to override in our theme?
I cannot seem to save changes in the page composer. It happened with changing field metadata, custom snippets. Sometimes I can tell based on the save button lit or not. Sometimes I just don’t know for sure if changes are save. Sometimes I reload the page and the snippet was completed deleted.
Hi Having issues building a Formula with model lookup from another Agg ModelHere’s my scenario:I have 2 Aggregate Models: 1 Named ‘TimesheetentryAgg’ the other named: ‘FundingAgg’I want to use the result UI Field from ‘TimesheetentryAgg’ named ‘TotalPaid’ (this ui field is a formula field adding 2 Sum aggregations) for a calculation on model: ‘FundingAgg’So on ‘FundingAgg’ i created a UI Only field with this formula , just to see if value would show:MODEL_LOOKUP(“timesheetEntryAgg”,“TotalPaid”)And field return empty.Note that the order of model load is correct, Timesheet is loaded before FundingAs well did not add 3rd and 4th optional parameter to model lookup formula , as from what i read on training guide, not always necessary and if i understood correctly an Agg model only has 1 row? and needed to use not sure what i can use as these 2 models have not much in common…I would appreciate any helpThx
Brooklyn:Model “test1”: query on page load:falsecondition: id, =, single value, filterable default off Model “test2”customfield: nullAction:set and activate condition id = {{$model.test2.data.0.customfield}}requery Model “test1”, it returns a record. Rockaway:requery Model “test1”, it does NOT return a record.We use model has rows to conditional render section. Now this is broken in Brooklyn.
On Application Object i have two lookup fields. 1.Account 2.Product Product having look up on account model when i updating account field value, Product name should be pre-populate.but i am getting product id when i update Account Field.please refer the below screenshot. . when account Row model updating i am calling action there i am updating product query string. {{$Model.product.data.0.Id}} from above screenshot, i want to display product name instead of product Id. Please help on this
I had used the tile component a few months ago, but I don’t see it anymore, has it been deprecated?
Hello,I am looking for a tutorial that explains how to create a custom Mass Action to update rows using a lookup reference field from another object. I have been searching but am only able to find a tutorial that specifically uses a Reference lookup field. (exactly like the out of the box “mass update selected rows” action).Thanks
I have built several workflows now, where the approval tasks go to the members of a group mailbox, using the Azure connector. There is a limit on the task configuration panel that suggests it is limited to 20 assignees. So what happens if the Azure group contains more than that?I have some members of our HR team’s mailbox. They number 23 in total. I have been informed that some people do not see a task waiting for them in My Nintex. Checking in the workflow tracking page, I can see the task and only 20 assignees. One of the people missing has a surname beginning W, so I am wondering if they are outside the limit?Anybody have experience with this?
We are testing Brooklyn upgrade and this is one of the errors we are getting on an existing row actionskuid.RemotingStubsVisualforce Remoting Exception: Ending position out of bounds: -1Row action: this is mix of blockUI, setCondition, createRow, updateRow , custom, save action with on error actions and unblockUI.When removing the last save model action, I can get to the unblockUI. The save action saves a new model with an external id. I narrowed down the issue to a specific updateRow action which tries to update a field from another field via the merge field syntax. Prior to the upgrade, this is not an issue. I see the same error in the web console but I’m able to complete the action and get the on error message from the save action.
I have requirement to pass the value form one lookup field to another text area field in a sameobject with comma seperate.I am trying by using javascript but I am unable to get Id of field(unique Id),even I am using field API name so it’s not working.Is any one have Idea?
Hi all,I’m using skuid provided Custom component in my page builder, In that custom component’s JS I need to add a Panel Set and Inside that Panel Set, I need to have multiple Queue Component (number of Queue Component is dynamic).Any help to achieve this will be appreciated. Thanks in advance.
We have a object called Application and in this object we have lookup of another object called CR Matrix. From the layout we try to associate a record of CR Matrix with Application it vanishes. After refreshing the page i am trying to do the same it is working fine. It doesn’t happen always. Please help me with this.
I can’t figure this one out.How can I create a rendering condition on Field1__c that checks the value of Field1__c against the value of Field2__c and renders (or doesn’t) based on the result?(easy peasy if conditional rendering snippets had context)
On selecting CR Matrix in my Application layout page in application tab- It vanishes and comes up when saved. This doesn’t happen always.
Set the background color of the Skuid Header dynamically on basis of the value of a field in custom object.For example: If a user enter the value red in the field then background color will be set as red.
I have a complex page, with a table component showing a list of Accounts from a Model.There is also button which launches a pop up titled “New Account”This button shows a pop up component, and in that component is a Skuid Page Include.The Page Include is for an account form (which is used in multiple places, hence creating it once and using includes to place it throughout the app).When the pop-up is completed and the New Account record saved (from a model in the Account Form component)… I need the page “below” from whence it came to reload the Account list with this new one in it.Trouble is I can’t work out how to do this!! The actual Account Form component is a separate page from the one with the table on it, so I don’t have the model in the lists under actions etc.I believe I either need to:1) Trigger the re-query of the table from the account form/popup closing, this sounds perfect, except how do I re-query the model in one component from another?2) Pass the new account model back d
Still having problems with sliding panels. I want to convert from popups to sliders in a lot of spots, but keep running into issues (or maybe the same issue). I have a page the has several button components in a deck component. For of the buttons are to open sliders and display various page includes. I programmed the first button and it worked like magic. I was excited. I then programmed the other three. None of them work. I have set the buttons in the button components exactly the same, but on the first button that I added a slider to works. All buttons work fine if I switch back to popups. Windows 10 ProLatest Windows Chrome Browser
I have two button sets on my page. Each has one button. I want one button to have a blue background so I created an inline css class named “BlueButtonClass”. I want the other button to have a transparent background so I did the same and named it “TransparentButtonClass”. Each one works great, however, I can’t use both classes on the same page. Which ever Inline CSS is last in the list trumps any CSS class before it, so even if I assign “BlueButtonClass” to one button and “TransparentButtonClass” to the other button, they both have the same background color which is the color of the class that is the last in the CSS list.
This site works as a dead view: https://dorothy.secure.force.com/Marker/ I am trying to send a confirmation text with a path that includes a record. I thought this might workhttps://dorothy.secure.force.com/Marker/a2Xf1000000ZS1LEAW in the subject of a text. It must be missing formatting. This what I thought it would look like: How should it be formatted?
I am using the snippet below to highlight table cell values based on the value of that cell. Is it possible to extend the if statement to also look at another set of values from a different table column? so if value === “my value” AND value2 === “my value2” var field = arguments[0], &nbsp; &nbsp;value = arguments[1],<br />&nbsp; &nbsp;$ = skuid&#46;$;<br />&nbsp; &nbsp;&nbsp;<br />if(field&#46;metadata&#46;accessible){ <br />&nbsp; &nbsp; if(value === "MQL - Customer/W Oppty"){<br />&nbsp; &nbsp; &nbsp; &nbsp; &#47;&#47;RED&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; field&#46;element&#46;css({'background-color':'#ff0000','min-height':'10px','text-align':'center'});<br />&nbsp; &nbsp; } <br />&nbsp; &nbsp; if(value === "Passed to Sales"){<br />&nbsp; &nbsp; &nbsp; &nbsp; &#47;&#47;GREEN&nbsp;<
Is it possible to leverage a table’s excel export option, “Attempt to Load in All Records Before Export” on a model? Essentially batch loading in model records for the table just like it does for the export, but with more granular control? Example:My table displays 100 records at a time, but I want to see all 1000 of my records. Currently I would have to press “Load More” 9 times to view all of my records. It would be awesome if I could press a button and specify the number of records I want to see or the number of batches I want to run.
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.