Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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
i have a mobile page with a button on it when i click the button with the page dispalyed in my browser it goes to that page fine the url is–https://skuid.na14.visual.force.com/a… when i open the same page in my phone and click the button i get “you can’t view this page, either because you don’t have permissions or because the page is not supported on mobile devices” the 2 page (the one the button is on and the one that is being opened have identical permissions and both are set to be used on mobile devices the query string i am passing in the button is ?page=phone_open_client_interactions&id={{Id}} if i remove the query string argument from the button and the condition on the page being opened, the page opens fine and shows all the records if i substitute a litteral value for {{Id}}, like 12, the page opens fine any ideas ? thanks ken
When does the statement for the lookup filter activate? On the page load?I am attempting to use the lookup filter based on a field that is updated in the same page. For example, if a user selects an Account in Field1 we want Field2 to show only contacts for that Account specified in Field1.Right now, this is not working for us. I plugged an Account name in the filter and it works fine, but when I try to use Field1 to filter Field2 it will not work.Any ideas would be much appreciated.
We’ve been doing our development in a DE org. However, our app is quite large, and since skuid stores pages as data, we’re bumping up into our data storage limit. We’ve already reduced the pageversions for all of our pages to 5 instead of 25. Anyone have ideas on ways to consolidate? Is there a way to get a bigger dev org?Skuid, what are your suggestions/best practices here?
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.