Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a page include that is loaded in a popup from a row action on three different tables on a page. Each time there is an id passed to it. It used to work well, and now I’m getting this error in the console:Uncaught SyntaxError: Invalid regular expression: /{{2,3}[^{}]+}{2,3}/: Stack overflowSkuidJS:2Any ideas? At one point I got this error: https://community.skuid.com/t/uncaught-rangeerror-maximum-call-stack-size-exceeded But that was only once.
Hello, I’ve created quite a complex model condition, which by rights should work. However the ordering doesn’t seem to be functioning properly. Here is the conditional part of the model (in XML): <condition type="fieldvalue" value="false" enclosevalueinquotes="false" field="IsDeleted"/> <condition type="fieldvalue" value="true" enclosevalueinquotes="false" field="EPP__r.EPP_Approved__c"/> <condition type="fieldvalue" value="TODAY" enclosevalueinquotes="false" field="Project_Expiry_Date__c" operator="gt"/> <condition type="multiple" field="Project_Stage__c" operator="in" inactive="true" enclosevalueinquotes="true" name="__autofilter__Project_Stage__c" state="filterableoff" value=""/> <condition type="multiple" field="Project_Focus_Area__c" operator="includes" inactive="true" enclosevalueinquotes="true" name="__autofilter__Project_Focus_Area__c" state="filterableoff" value=""/> <condition type="multiple" fi
I have two REST models configured on a page. The first one merges in data from a Salesforce model to query the REST model. The second one uses a value from the first REST model to query data.If I load the first one, and then manually query the second model using a table global action, I don’t get an error. But if I have both configured to load on page load, and causes an error for both.Any direction on this would be great.
I’m opening a drawer through the multiple actions option on my table, and in the drawer I’m creating a line graph using Highcharts that represents data from the record on the table.Everything works great with one catch:Because I have to create a division with a unique id to cast my chart into, I’m running into an issue where if I open a drawer, and then immediately open a second without closing the first both graphs now show the data for the second record instead of their appropriate graph.The bug gets worse the more drawers I open.My question is: Is it possible to locate the control I want in javascript, and programmatically change it’s unique id so that no other drawers will overwrite the graph in the first drawer. I would like to set the id using information from the context row that I know won’t be duplicated.
I have a button that uses the SF method to log a call, create task and create an event. After I do the log, I’m sent back to the Old Lead View for SF instead of the newly created Skuid View even though my view setting for Lead is set to open as skuid. This only happens when i use these buttons. It’s highly possible the save button forces a link open but I dont known how to make that change. Here’s the URL link i use /00T/e?title=Call&who_id={{$Model.Lead_Info.data.0.Id15}}&followup=1&tsk5=Call&retURL=%2F{{$Model.Lead_Info.data.0.Id15}}%3Fnooverride%3D1%26sfdc.override%3D1%253FobjectType%253DLead
Hi I have a row action in a table A that opens a popup. Inside the popup there is a row action in a table B. From the row action here, I want to update the originating row attribute in table A.Is that possible?
Hi I'm exploring the search component. On change of a text field in a table of records, I open a popup which contains the custom search component. I set it up to search just fine. Issue: the search box is invisible. I cannot see what I type into the text box. Once I change the css in the developer console to black, I can see it.Questions:1) Is it possible to prepopulate the search box e.g. from the user enter value into the text field above?2) if user has to manually enter a search term and they select a search result, how do I set the selected value back to the text field or a row in a table of records??Any pointers are appreciated!
I am creating a “template” function where the user will create a parent record, create children of that parent, then create children of those children. That will serve as a template. That part I have down. The part I need is for the user to click a button that will clone the parent, the children, and the grandchildren. I wrestled with declarative options for this, but I hit a wall. One of the complexities is that the record need to be cloned, then the children need to be cloned and associated with the cloned record, not the original. Then the grandchildren need to be cloned and associated with the newly cloned children, not the original children. Has anyone endevored to do such a thing?
Hi everyone,I have a pretty basic inquiry today. I have attempted to use an image as a button using a wrapper and an on tap action however it doesn’t seem to work. Does anyone know how to effectively use an image as a button?
Hello, I’m trying to use a button to automatically create a record in Salesforce, based on the data on the current page. I don’t want to produce a form for someone to complete, as I already have all the data. My workflow is below: Button with an action on it. This action shows a pop up, and creates a new model row. The ‘new model’ row is using merge codes to take data from another mode: e.g. $EPP_Projects.Name (where EPP_Projects is the name of the model, and Name is one of the referenced fields) The pop up is configured so that on close, the model is saved. I don’t receive any errors, but there is no data appearing in Salesforce. When I go to close the page, it warns me there is unsaved data. Any ideas? Thanks!
I am using the Account object for properties (we’re a real estate brokerage) and I would like to be able to filter Accounts/Properties by one or more cities. We use Billing Address for the physical address of the property, thus I would want to filter by BillingAddress. I can use the Search Bar to find individual Cities as a workaround but I need to be able to select up to (or more than) 100 cities. Is this possible? Thanks!
I know that I can edit the tooltip, but I’d like a way to add dynamic info to the tooltip and not sure how to do this. Namely, I’d like to add a percentage to the tooltip. Screenshot below, any advice is appreciated. Thanks!
Hello There ,I am trying to access a label as shown below:var specialSegment = skuid.utils.mergeAsText(“global”,“{{$Label.Special_Partner}}”);but have got an error saying :skuid__SkuidJS:26 Uncaught TypeError: Cannot read property ‘organizationId’ of undefinedAny idea on how to utilize this method from utils ?
I have a picklist field that I’ve marked required in the skuid builder (not SFDC), and I’m using the ‘Add None’ option. When this field is left alone, skuid will process a save without throwing a warning or error that the field has no value. Is that expected performance? In general, I want to use ‘add none’ to force the user to pick an option, rather than just defaulting to the first item on the list. But I still want the field to be required. Thoughts?
Hi, Im having troubles trying to find the proper way to call/get running users information in javascript.Im making a snippet to return True based on a condition of Roles for the purpose of having a complex render/editing of fields throughout different pages.Thank youJorge
How do I Put a small asterik on fields to show them they are required, instead of OOO way of making them red
I am showing a list of opportunities and I’d like to see how many numbers I have like in the example below. How could I do this? Thanks, Charlie
Hey gang,I’m noticing a reluctance to post because I feel like it’s a simple question and that asking this question will out me as a novice. So, that’s where I’m coming from with this question.So here’s my question:When you are focused on a large text area, I want a responsive grid to render. How can I get a snippet to evaluate to true when the focus is on that field?Here’s my snippet attempt: var params = arguments[0], $ = skuid.$;<br>var sFocus;<br>if ($("#subjectiveField").is(":focus")){<br>&nbsp; &nbsp; sFocus = true;<br>}<br>&nbsp; &nbsp; console.log('check result ' + sFocus);<br>&nbsp; &nbsp; return sFocus; Notes:snippet name is subjectiveSnippet focus field has a CSS class of subjectiveField
Hi, I created a custom object called “Risk Assessment” that has the opportunity object as its “master object.” I am trying to add the fields from this custom object into a wizard on an opportunity detail page that I created. I was able to create the model for this related object and add fields, but there is nothing showing up in the wizard even after I add the fields to it. My goal is for the wizard to walk users through completing one or more risk assessments that are tied to that particular opportunity. There is nothing in that custom object yet, because nothing has been created. I want the wizard to walk them through creating it.I guess the main question is how do I get data into that new custom object? and have it tied to a specific opportunity.Maybe this isn’t the best way of doing this? I am a new user and just want to allow users to create these risk assessments and view them right on the opportunity detail page. Thanks
Has anybody experienced this? When I move an event in the calendar: ( I.e: I drag and drop an event to a new location_ In this example I am trying to move the event to 4:00 a.m. When I let go of the mouse button I expect the event to snap to 4:00 a.m. but instead it moves to 3:00 a.m. like so: Any thoughts on what can be causing this issue? Thank you.
I am having an issue when opening and closing table drawers… As seen in the screencast gif below, I have a table with drawer row action, which opens up into another table of child records. When I open and close a couple of drawers, the CSS seems to go wonky and suddenly I lose the row action buttons that allow me to open and close each drawer, forcing me to refresh the page, which would be very frustrating UX. I removed all custom CSS that would affect this table, and still seeing the issue. http://g.recordit.co/uRNMFc7zUa.gif Any help is greatly appreciated. Thanks! Conlan
We have calendars in different cities with different timezone and we allow certain agents to view/modify appointments for those locations.The problem is that our agents are usually in different timezones from the appointments they are scheduling and they see the appointments they are trying to schedule in their own local timezone as apposed to the timezone where the appointment is at.Hope I am making sense. Is it possible and how do I display a calendar whose times reflect a different city, based on that city’s timezone, as apposed to the timezone of the current agent.I can elaborate more if need be, but I hope that makes sense.Thanks.
I have a sensitive a boolean field that cannot be display with a label. I;m using a custom template to display an image. When it’s clicked, it changes to another image. This is fine. But at the same time, I want to toggle the actual field on the model to true/false.// this code only runs once. If I click it once, it takes the new css class and prints 1. On second clicks, the function is not entered. If I remove the updateRow, the function is entered fine. 1 will be printed. Any ideas why??(function(skuid){ var $ = skuid.$; $(function(){ var contactModel = skuid.$M(‘Contact’), contactRow = contactModel.getFirstRow(), hiddenFieldChecked = contactModel.getFieldValue( contactRow, ‘hiddenfield__c’ ); $(‘.customIcon’).click(function(event) { alert(1); $( this ).closest(‘.nx-fieldtext’).toggleClass(‘customIconTextColor’); hiddenFieldChecked = hiddenFieldChecked ?false:true;
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.