Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
If I want to pass the string with a value “History” in the parm “View” in a URL of View=History&id_Closed={{Id}}&Add_CR_Doc_Id={{{$Model.CR_Closed.data.0.CR__r.Id}}}Something must be wrong as conditions do not work.
Ok. My dynamic click to call with call log popup is working great. Just a few refinements and it’s good to go. One of those things will be to add the necessary code to grab the id of the field even if the field is not in the model.Now to keep things easy to manage on the call log interface, I’m going to keep the page include page. Otherwise I’d put it into the popup XML string. That said, I’d like to be able to dynamically create the necessary models to support wherever the user clicked from on the phone number.OwnerId is no problem Whatid is no problem AccountId could be tricky as can be applicable when whatid is Accout, Opportunity, Contract, any child of the Account, or if whatid any other object but whoid is contact, then the contacts accountid is used Whoid is a lead or contact. If a lead then whatid is null So, assuming I can gather the appropriate Ids from the click to call side, is it possible to dynamically create the necessary model for the whatid from javascript with nothing
I have a page with a model with a condition that is filterable and on by default with a hard-coded default value. I have added a table to my page, using that model, and a filter on that table that can alter the value of the model’s condition. However, when I use the “Create a 'Filter Off” option’, that condition’s value does not turn off, it just returns back to the default filter value of the model. Is this intentional? Is there a way to disable the condition when the filter option is all/nofilter?
I’m trying to move my object tables over to Salesforce, but I keep getting an error message: stating that there are 3 failed components, all of which have the following error messages: There is already a Child Relationship named on File. I can’t find these existing child relationships. Can anyone help?
as per title.I use console.log.What can I do within the console? What are it’s limits in terms of inline javascript debugging? Can I add breakpoints? Can I restart it with alterations within the console? etc. etc. etc
Any way to render a row action button in a table only if the row’s drawer is open?
: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
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.