Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
In SP 2016, I have a Nintex workflow that needs to convert a library name (input by a user) into list GUID. This GUID will be used in CAML query. How can I retrieve the GUID of a list/library? Many thanks. Mayank
I currently have Column in a Field Editor where a user would select one of our warehouses from a picklist, I would like the address field to of that warehouse to auto fill once the warehouse is selected. Is this possible?Thanks
Is there a way to float an individual wizard button to the left? I’m looking to put my back button on the left side and next button on the right. With pagetitles, I can just create use two pagetitle components and a responsive grid. What about wizard buttons? Each button has a css property, but I haven’t been able to successfully separate the buttons with CSS, to float one left and another right. Seems like it’s either all one way or all the other. Ideas?
I have a mass action popup in a table that creates a new record. On this new record is a reference to an account(Firm__c). I need to get the account’s billingpostalcode and copy that value to a field on the new record. I’m using actions on the model but it does not pull the value for billingpostalcode. As a sanity check I used the billingstate field and that works great. It’s like Skuid is not pulling in billingpostalcode. I do have billingpostalcode selected under the fields. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20160413-34481-1axys3z-download 1 inline.png)
I have an aggregated model and I’m trying to view the Parent record in a table but all I can get it to display is the 18 character Id.When choosing the Parent__r.Name for my grouping I get the following error:Field must be grouped or aggregated: NameAn unexpected error has occurred. Your solution provider has been notified. (skuid)If I choose to go through the Parent__r the Name field doesn’t show up as one of the options to choose from, rather the ID field is my only choice. This displays the 18 character ID.Is this a bug?
I have a field I’m trying to add to a table using the formula ({{sumYTDWonDealsc}} / {{$Model.PFSSmallAggTotalx.data.0.countId}}) *100It’s taking an Aggregate from the model the formula field is in and reaching out to another model for the countID field, which is the total number of Deals for the YTD Won Deals to divide against to produce a percentage. The page itself is large and I have a few other fields doing this on other tabs, however this particular one causes the entirety of the salesforce page to go blank and the developer console to state there is an error with the metadata, that something isn’t being properly related to.
I built a page designed to be a common branded header with navigation to use across our entire org. I used the tutorial below: Page Not Found — Skuid v15.1.6 Documentation I added the Navigation component and set the source as Salesforce Tabs for Current App. This works great, but it only allows for the default tabs assigned to the app to load. Salesforce allows defaults to load and then users can click the “+” button and then add their tabs as applicable. Is it possible to accomplish the same idea in skuid?
I thought that ‘tabshow’ was now running anytime a tab was shown, including pageload (see https://community.skuid.com/t/run-code-when-tab-loads), but it doesn’t seem to be, unless I’m doing something wrong.I made a comment on that thread, but it’s so buried I thought it best to start a new one.I have this code in-line: $(document.body).one('pageload',function() { <br>// Set tabshow function<br>$(tabSet).on('tabshow',function(event, data){<br>console.log(event);<br>console.log(data);<br>});<br>}); But I get nothing in the console.
This question has to do with how to view the new Notes object in Skuid. For some reason the ContentVersion.TextPreview field is not recognized by skuid in the composer. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20160412-72251-14kfz7o-unnamed 1 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1398078/RackMultipart20160412-72251-14kfz7o-unnamed__1__inlinepng1460483724”) As a workaround what I have had to do is use the VersionData(Base64) field to get at the information but then I had to decode using custom javascript.
Am using jquery autocomplete to query a custom webservice containing airport information. I want to set a field on a model based on the selection made. I first tried to set it using a jquery selector, but was unable to set an ID, or discover the ID of that field. See comments in the code: (function(skuid){ var $ = skuid.$; $(document.body).one('pageload',function(){ var $ = skuid.$; var myModel = skuid.model.getModel('MyModelId'); var myComponent = skuid.component.getById('MyComponentUniqueId'); var htmlBody = 'Enter City/Airport: <input id="query" type="text" style="width:300px"/>' $("#autoComp").html(htmlBody); $(function(){ $('#query').autocomplete({ source: '<a target="_blank" rel="nofollow" href="https://xxxxxxxxxxxxxxxxx/airport/airportcodes.php?mode=autocomplete" title="Link https//ut-sfdepot1wencorgroupcom1443/airport/airportcodesphpmodeautocomplete">https://xxxxxxxxxxxxxxxxx/airport/airportcod
I am trying to put together some donut charts where the the aggregation is count and the split field is a custom field, health score label. These values and colors are what I am hoping to achieveAt risk= red Poor= pink Average= Orange Good: light green Champion: Dark green I am wondering if there is a way to make sure in all of my charts the different values stay the same color across, as some charts may not include all of the values? Thank you!
Is there an event I can listen for or condition I can check from a primary page to know when a page include has finished loading?I have a tabset where each tab contains a page include, and I am trying to run some code on the tabshow event, which needs to jQuery the contents of the page include of the active tab ( I want to make some modifications to the UI based on whether the tab contains a wizard). But the code in the ‘tabshow’ event is obviously running before the page include is finished loading. What’s the best way to get the ‘tabshow’ code to wait for the page include to load?Here’s an excerpt of what we’ve got so far: <br>// Set tabshow function<br>$(tabSet).on('tabshow',function(event, data){<br> console.log(event);<br> console.log(data);<br> &nbsp; &nbsp;// Save record into log for previous tab.<br> TimeOut = event.timestamp;<br> &nbsp; &nbsp;saveProcessLog();<br> &nbsp; &nbsp;// Start log entry for the ne
Hi, I need input on how to start with for the pop-up screen attached here. I need to show a pop-up on a button click from an account detail page as shown in snapshot instead of showing any other page as pop-up, would like to create this purely in javascript/jQuery. Thanks in advance!
I came across this really odd problem where I have two “nx-page sk-loading” containers. The “real” one (the one which has content and is supposed to render) goes away and renders just fine (#2 in the image below). But the first one (#1 in the image below) always states “Loading…”. This happened after I added a model which points to a model-service with an external REST API endpoint. When I remove the model from the page, everything is loading fine (only one “Loading…”) but when I add it again, the above described happens. The oddest thing: All the data from the API gets loaded and everything else as well, there is just a duplicate “Loading…”. The REST API endpoint is an SSL encrypted URL and is added to the “Remote Site Settings” in SalesForce (enabled and disabled the “Disable Protocol Security” option, but that didn’t change anything). I also tried multiple endpoints (completely different APIs) which also didn’t change anything. We already have some Google-API’s included in our pag
Is there any way to use On Click action in Table column Same as We do in Chart On Click?
Hello,Any JS Superhero who may already have a similar code already made ?I’m trying to show on a UI only date field (named: NewDate) , a calculation of an existing date field(named: balance_date__c) + result of another UI-only number formula field(named: days_to_add)So need, balance_date__c + days_to_add = a date in UI field: NewDateI saw this post , and tried for 1h to modify it to my need, but my noobness is showing lolAnything close to this scenario, I would appreciate you sharing it,for me to fiddle around withThank you
Hello All, I currently have an accounts page where in the past I have filtered by certain fields (coverage model / account ownership) - the reason behind this was we have multiple account owners - so we created our own account coverage We no longer need to filter by fields at the account level. Object B - (lets just use opportunities for example)When I click on all my accounts - I would like to have a filter where I can only see accounts that have opportunities with my username on the opportunity record. I believe I can do this with the sub query function in the condtion - but I’m not sure how to go about doing this.(where I would create the condition / what object . etc) Any help with this would be highly appreciated.Thanks!
if the status of the opportunity is of value x then the opportunity stage cannot be set to Closed.
Hello,We are working on an opportunity table from where our sales team would be able to run quick opportunity funnel updates for key opportunity fields. As table is volontary showing all opportunities owned by the sales representative, the list of opportunities displayed on the table could be long.Is there a way to show any opportunity validation rule error message at the opportunity table line level instead of the top of the opportunity table ?Thank you.
I have created a page with Page Title and Field Editor. For some reason, I can see the page title, but the field editor contents are not visible. Any suggestions how to solve this problem?
When generating the page HTML for a Skuid page, CSS & JS resources not not being emitted in the order specified in the page definition. I have not tried all combinations, but one specific example is that external resources are being loaded before inline resources even if inline resources comes before external in the list of resources. As we all know, the order of loading is extremely critical to proper page function. Order is respected in some cases (e.g. external resources are emitted in their defined order) but not all. Steps to reproduce: Create page from XML below Preview page picking an account Review the page source looking for fakefile.js & fakefile.css Expected Behavior The inline JS & CSS should come before the external resources Actual Behavior Inline JS & CSS always come last Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model
I’m going mad here - I’m trying to do a client-side search on a Long Text Area field in a table, but no results are ever returned.I know I could do a server-side SOSL query instead, but speed is of the essence in my application.Have I missed something really obvious?Thanks!Linus
Please find the attached screen, i dont want to repeat the header multiple times how to reduce the space between “Comments” and the detailed comments can any one help me out from this issues. Thanks in advance
When a model contains custom condition group logic and when there is a subselect condition, when the user inputs search criteria (e.g. part of a name), the following exception is encountered: Error:Semi join sub-selects are only allowed at the top level WHERE expressions and not in nested WHERE expressions. The SOQL generated by Skuid doesn’t really align with the error message as it appears that it should be valid SOQL. Unfortunately, an exception is encountered nontheless. Possibly this is a SFDC bug? Notes When the exception is encountered, no visible message is ever displayed to the user - instead, the user is just left to think that no results were found. You must check the response (in the Network tab) to see the actual error. There must be more than one condition on the model and it must have custom grouping logic. This is is causing Skuid to group the custom logic with parens and then add an AND with the “Like ‘%value%’” for each search field. It’s this extra clause that i
I have a simple page with two account models on it. One is used for the list view, the other is used to create a record. The list view model (loaded on page load) has 8 fields and 1 condition. It takes more than 30 seconds to load, and chrome keeps killing it. I’ve tried to limit the model returns to 100 records, but it still takes more than 30 seconds to load. Any direction on what to do 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.