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
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
Is there any way to create custom links like below in skuid detail page.
Interesting dilemma. The File_c which is used for attaching files at the field level needs some additional functionality to manage who sees what.The issue is that the object doesn’t inheret any sharing rights as it’s the record being referenced as a lookup. There really really needs to be some additional considerations to manage this when using this object. Any solution I think of is quite a bit of a hack. Updates to sharing of any kind wouldn’t stay in sync with the File__c record.Really stumped on this one.
I am unable to search on this field.
I have an image on static resource and I am trying to bring that checkbox on the skuid page.here is the css I am using to bring the checkbox. Please help..nx-editor input[type=checkbox] { box-shadow: 0 0 0; font-family: Gotham A; width: 30px; height: 30px; margin: 0px 5px 0 0; vertical-align: middle; background: url(‘resource/bgCheckbox’) left top no-repeat; background-size: 30px auto; cursor: pointer; left: -20px !important;}Thanks,Pavi
Trying to filter record types in the record type model based on what the logged in user has access to. We are trying to accomplish this by querying all record types in the model, then looping through each row in the model and checking to see if the user has access to that particular row. Can we use isAvailable() in this scenario? If so, how do we use it? We haven’t had any luck finding an example in the community or online. Any help is appreciated!
Is it possible to create a hoverpage for a table element? Ultimate goal is to have a table display of something like Account. If you hovered the mouse over the Account Id, the mini page layout would display for that specific accountId.
Our Production Organization was upgraded to 8.11 last night. This has caused a bug where the tabs on one of our pages no longer show their content if they aren’t the first tab in the set.
I’d like to be able to write a single command that would cause skuid-grunt to skuid-push all of the pages that are changed in source control to multiple targets. Any ideas?
Is it possible to have a redirect that opens in a window like a popup?
I am trying to call apex web service using following code in salesforce and it working fine.and I created javaScript snippet code in skuid with some changes but I am getting an issue with this.Could please anyone help me to resolve this issue.Salesforce :sforce.connection.sessionId = “{!$Api.Session_ID}”;orderedChkBox = “{!Opportunity.Ordered__c}”;oppId = “{!Opportunity.Id}”;idArray = {!GETRECORDIDS($ObjectType.OpportunityLineItem)};if(idArray.length == 0){alert(‘You have not selected any line items to convert.Please select the line items.’);}else if (idArray.length > 0){var executionId = “” +sforce.apex.execute(“createAgentCommission”,“convertLineItems”,{lineItemIds :idArray,oppId : oppId});if(executionId == ‘The Line items which you have selected have already been converted.Please select a different line item.’ && executionId != null){alert(executionId);}else{alert(executionId);location.reload(true);}}SKUID JS Snippet:var params = arguments[0], list=params.list, sele
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.