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
Hi,How to set a value of a certain field once the model has loaded?
I have a search field looking at three objects, Account and two custom objects. When searching on one of the custom objects and the Account object, results appear correctly under the search field. Results coming from the second custom object are showing the record ID rather than the name. Both custom objects look up to the Account object. I would like to see the account name from the Account object when returning a match to the second custom object, just as it does with the first custom object. Clicking View next to the object name field shows a list of the results with the name displayed. Any ideas?
I need to update my sandbox to version 8.15.15: “Rockaway Point Release - Iteration 13.1”, but there’s no link available in https://skuid.secure.force.com/skuidreleases
https://success.salesforce.com/ideaView?id=0873A000000CLnIQAW Hate this about Flow.
There seems to be a change in handling of javascript snippet since we upgraded to 9.5.2 Line 10 of screen shot below used to work fine prior to the upgrade but have to rewrite all snippet with the line 11 syntax now! What is the correct skuid supported method of doing this?
I’m looking to custom render a lookup field so that I can add an option before all choices if there is no match. Using input.autocomplete({source:…, select:…}) and source function seems to work partially. Can you provide a simple example to show like an array of static values in the custom renderer for a lookup field? Simple value and label pair do not seem to display the dropdown values properly. Thanks!
I am trying to clone a page and then change the master page that is associated with it. I see where it is listed on the Edit Page Properties, but can not see how to change it. What am I missing?
TI have an Account Detail page where I have my related opportunities linked to. I also have an Activities section that is linked to both the Account ID and the related Opportunity ID. This is where I’m completely stumped - IF my account does not have an opportunity OR my Opportunities that are linked do not have an activity, then the Skuid model pulls in ALL activities in my org. So either I get a load error or I’m pulling in activities that are not related to the account/opportunity. I have no idea why this is happening, since I have the What ID successfully linked to the Account ID for account activities and that is working like a charm. But, when I do a similar link to the Related Opportunity ID, it breaks. I have used the conditions What ID IS IN the Account ID and the What ID IS IN the Opportunity ID. Has anybody seen this happen or have an answer?
I’m on 9.5.3 and am getting the following error: Here is the code to reproduce: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Contact" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Contact"> <fields> <field id="CreatedDate"/> </fields> <conditions> <condition type="fieldvalue" value="NOW" enclosevalueinquotes="false" field="CreatedDate" operator="lt"/> </conditions> <actions/> </model> </models> <components/> <resources> <labels/> <javascript/> <css/> </resources> <styles> <styleitem type="background" bgtype="none"/> </styles> </skuidpage>
I want to replicate a SF chart in Skuid. Simply a column chart with the sum of opportunities split by product. Data axes = Amount; category axes = Product Name. How do I get product name as a category field?
I have a formula that’s not calculating on the entire model when used in a UI only field but calculates values correctly when using skuid.formula.getFunction('customFunctionName')(parameter1,parameter2);
I’ve read through this post and the lightning guide here: https://docs.skuid.com/latest/en/skuid/deploy/salesforce/using-skuid-lightning.htmlWhat about page assignments? We have a customer with 10 different detail pages with page assignments showing 10 different Skuid pages. It looks like the custom lightning component you have to specify the Skuid page. How would we replicate the functionality of the VF component? i.e.: <br /> Note: This conversation was created from a reply on: Tips for deploying pages in Lightning?.
I’m converting the following onclick javascript to a Skuid javascript snippet, and am getting an “Uncaught TypeError” at execute. Any ideas on how to resolve this?Salesforce Button: {!REQUIRESCRIPT("/soap/ajax/30.0/connection.js")} {!REQUIRESCRIPT("/soap/ajax/30.0/apex.js")}<br>var originalValue = this.value;<br>this.value = "Processing...";<br>var request = new Object();<br>request.Action = "view";<br>request.AttachmentId = "{!ATT_EXP__Attachment__c.Id }";<br>request.UserAgent = navigator.userAgent;<br>debugger;<br>var attachmentURL = sforce.apex.execute("ATT_EXP.AttachmentsController","GetViewSignature",{JSONrequest:JSON.stringify(request)});<br>this.value = originalValue;<br>window.open(attachmentURL); Skuid Snippet: var params = arguments[0], $ = skuid.$; models = skuid.model.map(); var attachmentId = models.Attachment_view.getFirstRow().Id; var originalValue = this.value; this.value = "Processing..."; var request = new
Is it possible to restrict the button set width to less than 100% of the page width? I have one button named “Detailed Description” which I’d like to take up less white space on the page! The “Detailed Description” button is a pop up showing the full contents of the “Description” field. The content of this field can be fairly long, so we chose to use a pop up to save on page space! If there are any ideas on what else we could use, would be greatly appreciated!
Whenever I try to preview page I ma building it does not show the fields i have added to the page editor…!! i have double checked all the fields are included in the model, the field editor is linked to the correct model , still its not working…!! Please help… Even when i deploy this page as a button on leads using visualforce plce holder nothing comes up. What can be the solution?
Very new to Skuid, working to clean up some existing pages. I have to admit that I was thrilled when I was able to use Merge Syntax on Section Header Title, but for some reason it is scoming up with a weird font for the variable. Business Location {{Increment}} You can see in the image attached that the Increment is in a different Font & Color then a business location. It is a Column Header inside a Field Editor. Another question any clue why the header would the Business Location is not aligned with Store name.
I just updated one of our sandbox environements to the newest release of Skuid and it completely broke one page (that I know of so far). I had a few UI Only fields that would be updated by a table row action and then a JS Snippet would color the row accordingly. Post update, the UI only field is no longer updating via the table row action and I cannot edit and save any rows in the table. I’ve tried updating the theme, removing the UI field from the model, but nothing seems to work.
I’m getting this very strange message…even though I am selecting one of the active and available picklist options… Any ideas as to why this error message is being thrown?
I have several use cases where I want to limit the number of Accounts and Sales Records loaded from a model initially but then allow a User to be able to change these numbers (without altering filters) … if there any way to change the default number.
I’m getting a really strange issue where a user is able to query a record and successfully save it in from a skuid table when they don’t even have access. Is there some without sharing setting I’m unaware of? This seems very dangerous. Record on page: Proof of non access:
Hi All, Im using a REST model endpoint to take some data and make calls back into Skuid. I have 11 URL parameters that need to get passed in order to make the call. When I go to try to get the metadata, SKUID is only asking for 4 of the parameters and seems to let the others be blank which does not let the meta data come back in order for me to select fields, etc for the model. I set up a button on the page to query the model once my salesforce data is entered correctly for all of those parameters and can see that all of them are passing correctly and I get a perfectly good response when the page is previewed. Im just trying to figure out why I cannot enter all of them in order to get the metadata in the page editor. I included screenshots of my editor asking for just those 4 parameters, the parameters themselves, and the data coming correctly in the previewed page.
Button of type Custom SF Button/Link does not work unless the same button is also added to the main page below. I’ve got a button in a page title that opens a popup. In that popup there’s my Custom SF Button/Link in a Button Set. It’s a Conga button in case that matters. When I set it up this way, I get an error in the console: Uncaught TypeError: Cannot read property 'Id' of undefined at HTMLDivElement.<anonymous> (skuid__SkuidJS:19) at HTMLDivElement.dispatch (skuid__JQueryJS:3) at HTMLDivElement.r.handle (skuid__JQueryJS:3) (anonymous) @ skuid__SkuidJS:19 dispatch @ skuid__JQueryJS:3 r.handle @ skuid__JQueryJS:3 skuid__SkuidJS:19 Uncaught TypeError: Cannot read property 'addProblem' of undefined at da (skuid__SkuidJS:19) at callback (skuid__SkuidJS:19) at g (skuid__PlatformJS:2) at Object.<anonymous> (skuid__PlatformJS:2) at Function.each (skuid__JQueryJS:2) at a.remote.load.escape (skuid__PlatformJS:2) at e.cb (VFRemote.js:133) at constructor.doCallback (VFRemote.js:99)
I would like to apply a condition before the table is shown.Let’s say I have a table which has Account as its data model. And I already want to filter all the rows without even using filters, let’s say I only want account names that start with ‘A’.So the table would only have rows with account names start with A once it loadedIs this possible?
I have a field in a field editor that when in read-only mode, i wish for it to have a scroll bar. This particular field holds the contents of an email, therefore lots of characters over various lines. I understand I can restrict the amount of characters visible, but this forces the user to view the record in edit mode if they are to view the contents of the whole field. Is there any way of adding a scroll bar to a read only field
I am looking for a javascript to render a field based on picklist field vales (mainly old & new picklist values)I am aware of standard way of conditional rendering but my requirement bit different, we have a picklist field 'Status' with 'Active'& 'Inactive' status & other field 'Deactivation' which is a text field and should be render based on 'status' value (Status= Inactive) this can be done in usual rendering condition but in my case whenever a new record creates the default status will be "Inactive" after several approval (flow is like 'Inactive' ->'Rejection'->inactive (when resubmit)-> 'Active')status will updated to 'Active'.As per the requirement, 'Deactivation' field should be shown on page when 'Status'=Inactive, with the regular rendering condition 'Deactivation' field is showing all the time on detail page as per the condition, I want to check the status field old value as 'Active' and new value as 'Inactive' then only render my 'Deactivation' field.Bot
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.