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 know that title covers several issues all at once, hopefully I can describe this well. We have a highly customized opportunity page built on skuid. I am working on a popup to add opportunity line items to the opportunity page from a product search tab on the page. We would like to use this popup for opportunity line items as well as quote line items in the future. The idea is to make it as generic as possible. Here’s what I have thus far: On our product search tab each product in the search table has a button on it. The snippet that button calls builds a popup via xml and calls createPopupFromPopupXML to open the popup. The hope here is to eventually raise an event from the button and have whatever the main page under the popup deal with it how it would like. The xml is very simple and only includes a single page include to the actual popup page. It also, theoretically, would use a handful of query string parameters to pass default values into the page include of the popup. It looks
Hi All,I am new to JS and working on EDIT Save Cancel toggling, I have two buttons on the page Edit and Cancel, whenever I edit the record Save and cancel should display, on click on cancel Save button should hid and Edit should be displayed. But the problem i am facing is, when i load the page, Cancel button is displayed along with the Edit button, which shouldn’t happen, Could some one please check and guide me where I am going wrong:Properties : -Cancel : - css :-btnHide btnEditCancelID :-btnCancelEditEdit:-css :- btnEdit// Set the selector for which components to toggle. For example, to toggle// specific named components, set the selector to:// #ComponentUniqueID1, #AnotherComponent, #AThirdComponent// Or, to toggle all field editors and tables, use this selector:// .nx-basicfieldeditor:visible, .nx-skootablevar ComponentSelector = ‘#Test1 , #test2’;var $ = skuid.$;var myModel = arguments[0].model;$(‘#btnCancelEdit’).hide();// determine what mode was are moving intovar butto
When exporting data from a table, it is limiting the record output to the number of records listed in the record count at the bottom of the table (e.g. Showing Rows 1-10 of 10+). Given this behavior, if a user wants to export all the data in an object, they need to scroll through the entire dataset and then click export. This is inconvenient even with smaller datasets but for larger datasets, this is an absolute nuisance. Additionally, this is counter to the way that standard salesforce reports work and therefore introduces inconsistency in to the overall platform. In an SFDC report, you get 2000 records but when you click export, you get all the data in the CSV/XLSX. Steps to reproduce: Make sure there is more than 1 record in Account Object Create page using XML below Preview Page Click Export Icon Expected Behavior Exported record count should equal number of records in Account Object Actual Behavior 1 record is exported because Sample Page <skuidpage unsavedchangeswarning="yes
Hi Team, I have a field Agency on My Custom Object which is a lookup to Account object. For this field I want to fetch only the accounts for which Record type is ‘Agency’, not the problem is coming whenever I select any value for this field, on saving the record value is getting disappeared, and when I edit the record again, record ID is getting displayed in the field. Could some one pls suggest what is causing the issue ?
I have an iframe within a template that goes to a visualforce page. For some users, the iframe loads but for others the iframe doesn’t work - infact the iframe will work if a different user logs into the same computer that the previous user was having display problems with. Conversely, the same user can login to a different computer and see the iframe. https://crms14.eu1.visual.force.com/apex/rdAccount?&isdtp=vw&id={{{$Param.id}}}"; width="100%" height="275px" seamless="seamless" show-header="false" scrolling="yes" frameborder="0"/> I cannot for the life of my work out why those specific users cannot see the iframe.
I have a UI-Only picklist field on an object that up until a week ago was being populated by a custom field renderer snippet. Circumstantially, the snippet appears to have to have stopped working after the Rockaway 8.11 point release was applied on 6/8/2016. The issue seems to be that the UI-only picklist field no longer has a picklistEntries member in the field metadata. Here is the contents of the snippet: var params = arguments[0], $ = skuid.$; var field = arguments[0]; console.log(field); var picklistEntries = field.metadata.picklistEntries; picklistEntries.length = 0; skuid.$.each(skuid.model.getModel('Periods').getRows(), function(i,row) { var isDefaultValue = false; if(i===0){ isDefaultValue=true; var mod = skuid.model.getModel('AccountingPeriodSignOffs'); var cond = mod.getConditionByName('Period\_Code\_\_c'); mod.setCondition(cond,row.maxPeriodCodec); mod.updateData(); } picklistEntries.push({value: row.
“MilestoneStatusIcon” is a standard field in Case Model but we are unable to add it to Case Model and thus cannot display the same in the page. Will appreciate any inputs or thoughts regarding the same.
I have a button on the click of which a javascript snippet runs in which i set a boolean variable. Now i want to pass the boolean variable as a query string to the page include. How to do that.
I have a skuid page wherein i also use a page include. On the hit of a button, there is a javascript snippet that runs. The requirement is that if the boolean set in the snippet is set to true, then only the page include should render. Hot do i acvieve this
Here’s some food for thought - what’s the technical feasibility of further integrating Wordpress’ rich ecosystem of plugins/themes with Salesforce & Skuid?I say “further integrating” because I’ve read about how Salesforce Records can be pushed into Wordpress as new post/page updates: https://www.lyntonweb.com/inbound-marketing-blog/wordpress-to-salesforce-bidirectional-crm-integrati…But instead, I’d like to know if we can expose Wordpress plugins/themes into Skuid pages? Or how a developer could go about porting a Wordpress plugin over into a custom Skuid component?This started as a “what if” scenario & brainstorming session with Pat Vachon earlier in the week. Since then I found out about Wordpress’ own REST API (which seems to have a lot of promise for WP dev’s). The quote below got me very excited! “… gives instant access to the full range of WordPress’ native functionality… A good way of instantly grasping the potential on offer here is to consider the world of plugins. Any
I am attempting to update date/time field with Today and get Invalid integer This is the error I get: Id I remove the update, I can the process.
Hi, On the Opportunity Detail Page I want to show the stage History values calculation. So I used a table component to display all the rows with appropriate values. But when I Preview it, the Table is only showing the last saved stage value of the opportunity. The actual Opportunity detail page is like this: But my table component is displaying only the top row like this: Is there a way to display all the rows in the skuid page? Thank you.
All,I have a Salesforce child object that has three fields in it, Product, Price and Quote Number. In the table, a Quote number might have one or more records with Products and Price. Also the table might have multiple quotes (with different values) and associated Products and Price records. The Quote Numbers and the Product and Price records are dynamic based on what record is selected at the parent level. I don’t know how many unique Quote Numbers will be returned in a query but there shouldn’t be more then 10.So my question is, does anyone have any suggestion on how I can group the records by Quote Number and display them either in a table of a tab set or multiple tables in a single tab. Or any other way you can think up.Below is an example of some hypothetical date:Quote Number Product Price1 123 1.231 324 2.501 abc 5.002 908
I html I can customize the title: Dorothy.com - Take Me Home - Where members buy, sell and rent properties How do I customize the title on a Site? I do not want it to show "test" 
The ways in which one can invoke Apex from script( https://community.skuid.com/t/calling-apex-function) increase the API request count(except if you use skuid:page and include your skuid page in a visualforce page). Why is the following way for apex remoting not supported? namespace.ControllerName.MethodName([Parameters], function(result, event){ //In this callback function the response is handled in asyn. }); Because eventually what we see is a Visualforce page as the url(/apex/skuid_ui?params) has ‘/apex/’.
I just noticed the “do not run template on each row option” is not available in the latest release for the template component. What happened to this? Referring to no 6 in the screenshot below It’s missing now…
I am new with Skuid, taking over another person’s Skuid work. We have a calendar that is used to schedule repair technicians that will NOT load before 8:30 AM. Does anybody know what I can do to allow the calendar to be accessed earlier?
So, I’ve been working through this issue on this thread, but I thought I would move it to its own.https://community.skuid.com/t/idea-page-to-print-page-to-pdf-page-to-email-page-to-conten… Thanks to everyone who has helped me so far!! Our use case: we are using a Skuid detail page with a custom Theme applied. We’ve started using Doc Raptor, a 3rd party tool that takes HTML sent to it and converts it to a pdf. We have a Skuid button that sends the data to Doc Raptor to go into the PDF, and the content to be the pdf is all stored in a Skuid wrapper on the detail page. Our first problem was that our pdf output would have no CSS applied because the data that was sent to create the pdf didn’t reference our custom Theme. We solved that with the page-load snippet that Henry gave me that loads the CSS locally on page-load, thus making it available to send to Doc Raptor: (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ //Change the static resou
Hi all, I am teaching a member of our team how to use Skuid. For her first project, she’s creating a page that pulls data from a single opportunity record and its associated notes and attachments section. She has Modify All permission on the opportunity object and is able to create/edit/delete records in Salesforce. She also has a Skuid license, Skuid Page Builder and Viewer permission sets (I even tried temporarily giving her Skuid Admin permission set). She’s able to open a Skuid page in page builder and make modifications to it. However, when she goes to save the changes she made on the page-builder, she gets the following error message: “insufficient access rights on object id”. She is unable to save any changes she makes to the page on page builder. I have tried reading up on this error, but all I’m seeing are instances of people getting this error when they edit data in Salesforce, not instances of people receiving this error message when they’re actually using page builder. Does
We’ve built an extensive signature component based on Peter’s jSignature work. I have a strange case where the custom component code is starting three times for the same component. I included a console.log() at the beginning of the code like this: skuid.componentType.register('ccoptimize\_\_signature',function (element,xmlDef,component){ console.log('BEGIN SIGNATURE COMPONENT ID: ' + component.\_GUID); // ... lots of stuff here. }); And in the console I see this: As you can see, the component attempting to register itself three times is causing a few problems. Any ideas on what might be causing this? The structure of the page looks like this: Top Level Page (Child of a Master Header Nav Page) Tabset Tab Page Include (lazy load) Wizard First Wizard Page Page Include (not lazy loaded)Custom Signature Component
It would be very helpful to have the last login date as a column in the Skuid Licensed Users view.
the users don’t like having to switch each field to “edit” when the form opens in read/edit mode. is there a javascript snippet that i can hook to a button to flip all the fields at once ?
When we go to the Console view as an internal standard Salesforce user on System Administrator profile, with Skuid Permission set and licence assigned, and try to open a Case, it shows us “External Page” and doesn’t load anything, just shows a blank page. We use Skuid in our Unlimited org and have set the “View” action for the standard Case object to a Visualforce page (accessible by profile trying to access the console Case record): We also have Page Assignments setup in Skuid:
Hi I try use following conga url in skuid with some changes but getting error.could you please help me to resolve the issue.https://composer.congamerge.com/ ?sessionId={!API.Session_ID} &serverUrl={!API.Partner_Server_URL_290} &id={!Opportunity.Id} &DC={!IF(Opportunity.Total_Offer_Value__c = 0 || ISPICKVAL( Opportunity.Offer_Template__c , “”) || Opportunity.Data_Check__c = “Data Items Missing” , “1”, “0”) } &DCL=No+products+to+offer+or+“Offer+Type”+not+selected+or+No+Decision+or+Data+Items+Missing &TemplateID={!Opportunity.USA_Offer_Template_ID__c} &DS7={!IF($User.Create_Word_Offers__c = true, 0, 2)} &DS4=1 &DS3=1 &LG1=Offer Letter &LG0=1 &OFN={!Opportunity.Account}±+Offer+Letter+{!IF( Opportunity.Sponsor_Name__c = “”, “”, “Sponsored”)} &LG3=1 &LG4=1 &ReportId=00O300000059mmr,00O300000059mms,00O300000059mmo,00O300000059mmq,00O300000059mmp,00O300000059s6T,00O300000059zbL,00O300000067IAi,00O300000067IBH,00O300000067IGN,00O300000084J
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.