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
Hello all! I’m using a visualforce override on a standard object (e.g. Contact) and, when the tab is clicked in Lightning, it does not highlight/activate that lightning tab (see screenshot): I’ve included here a screenshot of my override text: and the visualforce page: <apex:page standardController="Contact" recordSetVar="c" extensions="skuid.Redirects" action="{!redirect}?actionType=Tab&amp;objecttype=Contact"> </apex:page> Any help much appreciated! Hope you’re all well! Louis
I’ve got a salesforce external data model working great having each user authorize into the external salesforce org, but I can’t get it to work when I switch to org-wide credentials. What might I be doing wrong? Do I need to include the security token or something? Has anyone gotten org-wide (or profile-specific) credentials to work for salesforce external models?
For whatever reason Salesforce did not call the master field “Name” for Custom Metadata (MDT) objects. Instead this is called “MasterLabel”.When you select a reference field on a Skuid model, Skuid automatically adds the “Name” field to the model. This causes and error since there is no Name field on the object. It can be deleted of course, but likely to cause confusion for persons .
This is on BrooklynI added the Export button to my table and when I click on it during runtime, I get the following error: {“statusCode”:404,“error”:“Not Found”}. Here’s my setup:
QueryStrings used to trigger page includes are not being properly url encoded in all cases. Spaces are encoded but characters like ampersand (&), percent (%), etc. are not. This leads to unexpected behavior on the “included page” in the parameters that it receives. The workaround is to use {{#urlEncode}}…{{/urlEncode}} but, at the very least, when using merge syntax on a field value in the querystring passed to the include, the encoding should be handled by Skuid and not require manually applying {{#urlEncode}}…{{/urlEncode}}. Taking this a step farther, regardless of use of merge syntax or not, I think it makes the most sense for Skuid to handle the encoding of the entire querystring. A bare minimum would be anything coming from merge syntax. Steps to reproduce: Create Main page using XML below Create Include page using XML below Preview Page Open developer tools in browser and go to “Network” tab to track calls made Click “Open Popup” Expected Behavior Account Name should be
In certain model configurations, model fields on page includes configured to use query string parameters are not being properly established. Note - Given this issue and the fact that there is no reliable way currently to retrieve querystring parameter values on a page include other than using a model, you MUST use a salesforce model to get querystring parameter values. However, in many cases, a UI Only model is all that is required because all that is needed is a way to “capture” the querystring values for use later on in the included page lifetime. Steps to reproduce: Create Main page using XML below Create Include page using XML below Preview page Optional - Change the text in the “Include Param Value” field Click “Open Popup” Expected Behavior All 4 fields should have the value specified on the textbox from the containing page Actual Behavior The UI Only field on a UI Only model configured with a Default Item has a blank value The UI Only field on a salesforce model configured with
I have a page include configured for a pop up. The client is requiring that a specific tab be set. I’ve tried setting it in the query string but I get an “Inked” message. Anybody know how this can be accomplished? It would be great if you could just add that to the Query String…Id={{Id}}&PopUp=1/#tabUniqueId
This is on the Brooklyn platform.I have an entity (ControlObj) with a FK reference to an entity (ControlObjType). I have a Global Action follows a set of steps outlined in “https://docs.skuid.com/latest/en/skuid/components/popup/index.html”; to create an empty row in a separate model that supplies the field editor and activating the popup. I’m using a reference field for the ControlObjType on the single row model and a picklist control in the popup field editor to limit choices for the ControlObjType field. The works by showing the appropriate values and allows me to choose one. I’ve included an action step to run a snippet to “alert” me with the value stored from the picklist in the model and it is correct.However, when I click the save button, the “saving message” popups and never completes the save, i.e., just sits there indefinitely. If I leave the field as a Number field and not a reference field, and I type an appropriate value in the field, the save works just fine.I’ve stu
I have object Case.Case has child object ExperienceI want to show Case field “order number” if any experiences attached to the case have the field “show order number” checked as true.The current render I can find only checks the first row. I need js to check all rows.
I have an object Case.Case has children records of custom type “Experience”.When a case is created, the users creates several experiences in reference to the case. Example: Online Order Experience, Missing ItemStore Service Experience, Rude Store Employee“Missing Item” needs to require the order number.Rude…Employee" needs the store number.How can I display these two experiences as a table, only showing the fields that need to be filled?So…A case and its details.A table with all the experiences associated to a case. Experience 1: Online Order Experience, Missing Item, Order Number, and SKU. These fields are rendered and available for editing.Experience 2: Store Service Experience, Rude Store Employee, DateOfInteraction, Store Number. with these fields rendered and available for editing…If I added a third experience it would appear on the table in the same format.An easy way to think of it is that I want to put the case details directly into the table rather than a pop-up.
I have a Opportunities that my team is working and what I would like to do it have a button that says “Called” or “emailed” and when clicked it would create and activity on the record with a pre-written subject and status. This way the last activity date field gets updated on the opp and I can also allow f the r team to quickly mark opps. as Called or sent an email rather than the other traditional way of doing all the clicking. Is this possibel and how do I make this happen please?
I have a MySQL database hosted with Rackspace that I would like to establish a connection. Has anyone attempted this or can anyone give me advice on how to accomplish? Thank you
We are using a private sharing model. I made Page and Page Assignment Public Read/Write. The skuid pages don’t show up in place of the standard account view.
I’m having an issue moving from a pre-production environment to production. I have a url that references the lead ID. However, when I have a redirect URL in Skuid that has the URL.ID={{WhoId}}, when the url is populated, the {{WhoId}} is completely blank. It was working a few days ago, and I went to update the xml with updated functionality unrelated to the URL in question, and now this redirect isn’t work. Has anybody seen this? I also have another Account Redirect URL that is acting in the same fashion…completely leaving the ID in the URL blank.
How do I edit the border for the date picker pop up. I can’t find the option anywhere nor can I seem to do it from within the page’s CSS resources.
Is there anyway to remove these items (other than css)? We want to print this page.
Has anybody been able to display opportunity records on a product2 record as a related list?
The click to call is not working on one of our skuid pages. The issue is not isolated because this click to call is working on other of our skuid pages. This issue also just happened today. Please help troubleshoot as this is work stopping. We have RingDNA which is a chrome extension and when you click on a phone number is opens a popup dialer. We are running 9.5.3 version of Skuid.
I’m trying to get the LinkedIn Sales Navigator for Salesforce VisualForce page to display in an iframe. Here is the iframe code I am using in a Skuid template and I have “allow HTML” checkbox checked. <iframe src="/apex/lid__ContactLinkedInMemberPage?id={{{Id}}}&amp;isdtp=mn" width="70%" height="400"></iframe> I am passing the Contact Id into the VisualForce page. When I go to view the iframe within a Skuid page it is showing up as blank (can’t see the widget load). However, if I inspect the HTML and get the URL from the iframe and preview the VisualForce page I can see the widget. Here is the URL I am previewing, which works. https://lid.na54.visual.force.com/apex/ContactLinkedInMemberPage?id=0030a00001WTaQRAA1&isdtp=mn Is there something obvious I am missing here? Anyone else have experience with the LinkedIn Sales Navigator for Salesforce VisualForce page? It’s odd since I’ve done other VisualForce pages the same way and they have always worked. Any help is gre
Is there a way to register an action to a model from javascript?
Hi Experts!I have this UI field added to the main model and am using a custom field renderer to display its values by looking up a field from my current row into another model and get back my display value. I see the correct data on the table but the export file has all blanks.has anyone managed to successfully export UI fields based on a customfield renderer?somethings:model.data - does not display my field even though I added it as a UI Only field on the model.Thanks!Roy
Has anyone looked into creating a connection between the skuid platform and Zoho reports. I have data that resides within a Zoho Reports database that I would like use as a data source within a skuid platform app. I would like to leverage Skuid’s REST connector — but I’m not sure what I would need to Know about Zoho’s “REST style API” – basically what questions would I need to ask Zoho.If this is possible – I believe it would be a great benefit to other customers as well – who would like to move from salesforce or who are not as backend savy and want to create a great app using Skuid – And need a user-friendly data management solution.I appreciate any advice - Below is a brief description from the Zoho Reports API Documentation Zoho Reports offers a powerful REST style API (Application Programming Interface) that can be used by Independent Software Vendors, Developers and System Integrators to build powerful reporting and analytical capabilities into their applications. Its a HTTP base
I came across this permission set (hadn’t noticed it before). Does this mean that you could set up multiple SF environments within an organization (in an effort to decentralize data), and connect to them via Skuid platform. Each user would connect to their appropriate SF environment, but for those users who need access to data within more than one of the SF environments, you could give them this permission and they could pull data from multiple SF environments into a single Skuid view/page?
The use case is this…I want to have several fields on the page and then unhide them and/or make them required based on some criteria(based on the type I’m in another object defining whether the field is required and/or visible).I need help trying to set a field as required on a custom renderer. I am able to set it’s mode dynamically but not the required attribute.var $ = skuid.$, field=arguments[0], value=arguments[1];console.log('value: ’ + value);console.log('field: ’ + field.required);console.log(‘before’);field.mode = ‘edit’; field.required = ‘true’;//also want to unhide this fieldskuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; console.log(‘after’);console.log('value: ’ + value);console.log('field: ’ + field.required);
Hi, I am new to skuid. I want to know how to make picklists dependent on another field on skuid pages with out record types. Please if can someone can help, Thank you
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.