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
:Pat
AllI am trying to create a table that has two fields, ‘Item Type’ and Material #. The ‘Item Type’ field is a standard picklist. The ‘Material #’ field is a lookup to a custom Saleforce object. I would like to limit the values displayed in the Material # field based on what was entered in the ‘Item Type’ field. So the options displayed under ‘Material #’ would have to change dynamically based on what is selected in the ‘Item Type’ field. I tried creating a filter but I am not having any luck. Any suggestions?
Hi there, I did a review of our new Skuid layouts with my users yesterday. The good news is they are generally really stoked about the new pages. The less good news is they identified a lot of little issues that cause problems for them. It’s just teething pains but just stuff I need to fix. All this is to say, apologies in advance for what may be a barrage of questions. Item # 1 – on certain pages where I am passing in information via URL parameter or from another model, the reference fields are showing ID #s instead of the actual name. I have read in this thread that Skuid will look for that ID in a model and then try to find an associated “Name” field to display if possible. I have created a UserData model on this page with the User ID and Name included, but still the “Assigned to” field is displaying as an ID. I also have Owner.ID and Owner.Name included in the task model as well BTW. What am I doing wrong? Secondly, in the thread above Rob mentions that polymorphic fields like who/
I used this posting to come up with a simple calculation in a custom component that works great! Now I would like to update a field in a new record with the result of the custom component.I attempted to use a Multiple Actions button to create new and then update a field on row(s) with the component name as the value, which did not work. Is this possible and am I on the right track?Thanks.
When clicking on a row action or editing a record, I would like to disable certain buttons. Example 1: When clicking on row action to view an existing contact, I would like the cancel button greyed out and disabled. You dont cancel an existing contact, but when you are editing the contact on the same page, you need a cancel button to cancel any changes the user has made. Example 2: When clicking a custom edit button, I would like the button to be greyed out and disabled. Then after a custom save button is clicked, make the button active and enabled.
How can I reference a specific popup in CSS? I want to adjust the popup height, but I can’t assign a unique ID to a popup…
I have made a global action on a table which displays a pop up to create a new record in the table. Essentially I just click save and close the pop up (need to make one button for that eventually), but when the pop up closes, the table doesn’t show the new entry. When I refresh the page, the entry shows. What would be a good approach to show the new row in the table without refreshing the page?
how to disable the past dates in datepicker
When inside a component that has context (in my case a drawer), when a global action of “Create new row in Model” is invoked, the row gets created in the model but the parent properties are not established on the new record. Note - The expected behavior works if you use the stock “in-line” add new record and also works if you use the Action Type on the global action for “Create new row.” The problem only seems to be when run multiple actions is specified and “Create new row in model” is chosen. Steps to reproduce: Create new account tab page Add model for contact Add table for accounts Add row action drawer for contacts and setup the table to have context on AccountId and add a couple of fields to table output Ensure “Allow inline record creation” is checked Add a global action for “Create new row” labeling it “Add New Direct” Add a global action for “Run multiple actions”, label it “Add New Multiple” and specify an action of “Create new row in model” Preview the page Click #5 button
Is it possible to change the font used on the calendars?
I’m adding child record in a nested table using drawers. I’d like to be ability to open drawer if it is yet to opened prior to adding a record to the child related table/model.
I have a field editor where i’m trying to display the “created date” and “createdby” fields in read-only mode. I don’t want the fields to act as hyperlinks, but they stubbornly refuse to bow to my will… How can I remove hyperlinks? I’ve tried using templates and triple “{{{}}}”, but no luck…
Ok. My little skype click-to-call and logging app is coming along nicely. I’d like to move the model and components into the javascript so that I can easily add this functionality to any page.Can I do this? I mean, can a page which already has models and components get additional models and components from my javascript?
I have a scenario where from a custom Quote object I am trying to match an item name on the Salesforce Products object. If the match fails I need to activate a second condition matching on a custom field called “drawing number”.I know that using actions I can activate conditions on the Product Model. What I need to figure out is how do I determine if the query returned a row. I know I can do this in javascript to see if the model returned a row. But if there is no row returned how do I conditionally specify that the next Product Model condition (filter) needs to be executed in that case to try to match on the drawing number.
As per the title. How?
What steps need to happen to move Skuid sandboxes into production?
I have create a page to view a record and added the Chatter Feed component to the page but Chatter does not show up when viewing the page. Any suggestions?
I am doing a Survey tool integration off my contact page. I’ve created a custom object “SurveyResults” to store the results that has a lookup back to my Contact object. My users will click a “New Survey” button on the Contact page to initiate the survey, which will 1) Create a new row in my SurveyResults model (sets the contact relationship but has an empty ‘score’ until the response is received from the customer) 2) Set a ‘Send Survey’ checkbox on the Contact model to TRUE - this triggers the workflow to send an email out with the survey url 3) Set a ‘SurveyID’ field on the Contact model to the id of the new SurveyResults, which I use as a merge field in my emailed url to give the customer the correct survey link 4) Set ‘Last Survey Date’ field on the contact object so I know the last time a customer was surveyed, so we can prevent a customer from being surveyed too often.My button is set to run multiple actions:1) Create a new row in the SurveyResults model2) Update Field on a Row,
I made this video before I found the bug. I subsequently was reviewing the model for issues since my rip and replace procedure. There was nothing wrong from that perspective. I found an issue in condition of the child relationship. It was referencing a model whose name had been changed. I actually don’t need the child related fields in my model so I removed them and it started to work. I would’ve thought an error would be displayed. <field id="Quote_Task_Labour__r" type="childRelationship" limit="10"> <fields> <field id="Quote_Labour_Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__r.Rate__c"/> <field id="Quote_Labour_Rate__r.Labour_Rate__r.Name"/> <field id="Labour__c"/> </fields> <conditions> <condition operator="=" type="modelmerge" field="Quote_Labour_Rate__r.Quote__c" value="" <b>model="CurrentQuote"</b> enclosevalueinquotes="true" mergefield="Id" novalueb
I have a popup that the user needs to be able to print. I would ideally like a button that would send the popup to the default printer. I’ve tried printing the popup manually, but it ends up sending the entire Skuid page to the printer and only the visible region of the popup (like a screenshot). Can anyone help me with this? I’m guessing I need to use JS, but I don’t know where to begin…
Hey!I’m trying to write in some error handling for the updateData() function. I found in the documentation that the method returns a jQuery deferred promise object.I am able to get it to work for the deferred.done method when there’s no error:However, it does not seem to work for the deferred.fail method when there is an error:Am I doing something wrong, or is there a better way to implement error handling with the updateData method?Thanks!Kartik
We’re currently using skuid to develop a project management application and would like to make the cards (we’re using Skuid mobile) draggable using jquery or javascript. Has anyone had any experience with this? The jquery stuff is getting right at the edge of my capabilities so we would also be interested in hiring someone to help if possible.ThanksGary
When I add a new value to an existing picklist field, they aren’t immediately available via Skuid. Anyone know why?
I’m trying to overcome Salesforce’s limit of 150 values for a multi-select picklist by creating a custom renderer that adds the additional values (the values I want to show in the multi-select picklist are values from another model). I think I’m close, but I can’t quite figure out what piece(s) are wrong.My renderer currently looks like this: var field = arguments[0], value = arguments[1], $ = skuid.$;<br>var codesModel = skuid.model.getModel('Codes'); //<br>var codes = [];<br>for(i = 0; i &lt; codesModel.data.length; i++) {<br>&nbsp; &nbsp; codes.push({<br>&nbsp; &nbsp; &nbsp; &nbsp; 'label': codesModel.data[i].Name&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; ,'value': codesModel.data[i].Name&nbsp;<br>&nbsp; &nbsp; });<br>}<br>field.element.append(<br>&nbsp; &nbsp; skuid.ui.renderers.MULTIPICKLIST.edit({<br>&nbsp; &nbsp; &nbsp; &nbsp; entries :
Please direct me if this thread already exists, but it’s quite difficult to search for read/edit permissions when it can apply to anything.For our Skuid Lead pages, we use two field editors. The first one is for when the the lead is Sales Accepted, Reached Out, or Engaged - the Default Mode for that is “Read with Inline-Edit”. The other field editor is for all other Lead statuses and the Default Mode is “Read-Only”. Will mentioned to me that Robb said it was possible to simply render this option using a custom JS snippet, so we would only need one field editor. It’s a bit of a pain to have two separate Field Editors to customize and keep identical, and I wonder if it’s also a drain on resources. How can I stick to working within one Field Editor, and then making it editable as a whole or not based on the Lead Status?Thanks!Dylan
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.