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
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;
Good morning! I am trying to add a OnClick JavaScript button we have in Salesforce to be available in skuid. The button is an Event custom list button that is available for Multi-Record Selection. I am not familiar with JavaScript so any help converting this process to Skuid is greatly appreciated! Below is the OnClick JavaScript code:{!REQUIRESCRIPT(“/soap/ajax/30.0/connection.js”)}{!REQUIRESCRIPT(“/soap/ajax/34.0/apex.js”)}var accountId = ‘{!Account.Id}’;var accountTerritory = ‘{!Account.Territory__c}’;var accountSalesRegion = ‘{!Account.Sales_Region__c}’;var accountSegment = ‘{!Account.Account_Segment__c}’;var accountOwner = ‘{!Account.Account_Executive__c}’;var newURL = sforce.apex.execute(“AutomaticOppAssigment”, “OpportunityAssignment”, {acctIdInput:accountId,acctTerritoryInput:accountTerritory,acctSalesRegionInput:accountSalesRegion,acctSegmentInput:accountSegment,acctOwnerInput:accountOwner});parent.location.href = newURL;
Is it possible to create/update/delete custom metadata records within SKUID? I was able to import my custom metadata as a SKUID model, but when I have a table on that model I am not allowed to edit any fields or make any changes. See below: Any help would be appreciated, thanks!
I have an object with 12 custom fields denoting each of the months. I was wondering is it possible to create a line graph that would show each of those 12 fields as points on the x axis, while displaying the value range as the y axis?
I have a visulization that uses two groupings on the same date field, one by calendar month and one by calendar year. It works great in Chrome, but not in Edge or Firefox Chrome: Firefox/Edge:
I have an object (table) that I want to populate with a set of template rows that will be stored in another object (table).The skuid Action framework includes Adopt Rows Into Model, but I don’t find any documentation for it. The adoptRow() javascript function may provide background, but its definition refers to external data. It also talks about matching on Id’s.Let me sketch this out a bit:TARGET OBJECT RecId Name Level Group Factor Data6 Data7 ...<br>----- ---- ----- ----- ------ ----- ----- ... SOURCE OBJECT RecId Name Level Group Factor Condition1 Condition2<br>ab001 1234 &nbsp;1 &nbsp; &nbsp; A &nbsp; &nbsp;Red &nbsp; &nbsp;Thursday &nbsp; Dent<br>ab002 1235 &nbsp;1 &nbsp; &nbsp; A &nbsp; &nbsp;Blue &nbsp; Thursday &nbsp; Dent<br>ab003 1236 2 &nbsp; &nbsp; A &nbsp; &nbsp;Yellow Thursday &nbsp; Dent<br>ab004 1237 1 &nbsp; &nbsp; A &nbsp; &nbsp;Red &nbsp
Hi, I followed the Google Calendar tutorial closely and can’t figure out this error message below. I have my email address as the calendarId. Any ideas what I’m doing wrong? Thanks, Chelsea
I have a second version of our main contact page that some users want to access only during meetings. We've setup a separate SF "app" to limit the number of tabs shown and different versions of custom pages, but can't seem to figure out how to offer an alternative page for Contact View. I can do page assignment only by User profile or Record Type, but it really needs to be filtered by App so users can easily switch back and forth...or a way to add Contact View as an independent VF page (rather than View override)...
This is based on the finding by Tanzir at https://community.skuid.com/t/dynamic-model-createrowifnonefound-prevents-load?topic-repl… When a page that does not contain any declarative models loads, the model service adapters are not being loaded. This results in any dynamic models failing to initialize because the following line of code returns undefined because ‘c’ is empty: b&#46;getService = function(a) { return c[a || f] } In inspecting the resources loaded by the page, when the page does not contain a model, the file skuid__SalesforceAdapterJS is not loaded (no script tag for it). Currently, I don’t think the docs even mention the ability to create dynamic models using other adapters however this problem is bigger than just loading the salesforce adapter as the required adapter that the dynamic model needs would need to be loaded either on page load (not ideal) or on demand possibly during model.initialize() by inspecting the adapterName and checking to see if the
Good afternoon, I am attempting to format phone numbers “live” while users type, similar to how it works in the standard Salesforce environment. Essentially I would want to take user phone inputs like 1234567890 and automatically change that to (123) 456-7890. I have no significant experience with javascript so I’m not too sure where to start here. In an ideal world it would also take 123-456-7890 or variations like that and reformat that properly as well. Thinking about this, it also made me wonder if it could format extensions properly as well. Typically I like to use the format (123) 456-7890;123. Are there any “out of the box” solutions that can help on this front? I’m also open to solutions that don’t do it live (if that is too difficult), but instead do it after a save and refresh. Much appreciated as always for any help. Thanks, Dave
Hi I’m having this issue with different pages and different profiles… I use this page as Page include in a popup in 2 different places and using the same query string For a specific profile, they can see one popup properly(screenshot #2) and the other is giving a Status 500 error (screenshot #1) I looked in console’s network tab, both send out the exact same URL Same issue with some other pages and some other profile… I’m at a complete lost at this point… If I try both (i have admin profile) and can see them both properly… Any help would be appreciated 2)
I’m trying to include the SMS alert that is currently present in my salesforce org sidebar. I’m trying to include it in a queue in a panel but I can’t seem to find the model that relates to the SMS alerts as seen in the picture below. The plan is if an item on the queue is clicked on, it redirects to the general SMS panel. After the redirect that SMS will be removed from the queue. Any help would be appreciated
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.