Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Fo our app users we would like for them to be able to change what the options are on numerous picklist throughout the app. I envision a page where we have tables for each so they can add/edit or change what will show up for their users. I initially thought of a object built just for the value options and a field to filter which picklist they refer to. I am now wondering should we be using global picklist sets. If so how do we make it easy for users to adjust these? Our customers are not strong salesforce users and going into each object is not a great option
Has anyone integrated a paypal button?
Is it possible to expose the Skuid import wizard in a Salesforce Community? If so, can you please provide some information on how to do this? I’m having issues when it redirects to the Import VF page and am not sure what the best way to go about doing this is.
When you set the “Remember last-selected filter value” to false and you’re using a multi select with a reference to a custom object, the filter changed from taking text as input, to an empty dropdown. I’m pasting the XML, but of course you’ll need to substitute the custom object with your own reference to test this. (the field you’ll need to replace is “qbdialer__ContactScoreId__c”) Note: As a workaround, adding the custom object field you’re referencing in the filter to the model of the filter seems to fix the issue. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Contacts" limit="20" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="Name"></field> <field id="AccountId"></field> <field id="Account.Name"></field>
Hi team, I’m working towards a “unified” experience, making our pages usable on all devices including tables and mobiles. So far, so good. The problem I have is that on mobile phones pages won’t scroll if the user tries to tap on screen space that is occupied with a calendar.To explain it differently: let’s say I’m loading a page with a calendar. The calendar fills the entire screen on a mobile device, there is no “whitespace”. The content also further extends beyond what’s visible on the mobile screen. Skuid scales the page correctly, however if the user attempts to put their finger on the screen and move the page up, down, left or right, nothing happens. The finger has to be placed on a part of the screen that is not occupied with a Skuid component. Is there a way around this? I’ve tried putting the calendar in a responsive grid as well as a wrapper, same result. Am I missing something?Thank you, Robin
Background:I’m trying not to lose sight of user auditing.In Salesforce, all exports are tracked and added to event logs.If I’m using event monitoring and want to track exports, I can do a simple query and find those export events.However, with skuid, I’ve not found a way to track export events.I understand that the ExportData visualforce page is needed (since it needs to be cloned under certain circumstances), but event monitoring is not picking up the ExportData visualforce page as having been visited when the skuid export function is used, not via javascript nor table export.I want to understand how exporting works so that I can better track it.Additionally, if you have other ideas or experience implementing tracking on skuid exports, or skuid events in general, I’d be grateful for a response.--------------------------------------------Question:How does the export functionality, both via javascript and via the UI technically work?Is it performing an actual call to a visualforce page
As the title reads. After upgrading to Millau we have encountered another bug. Picklist values with special characters (apostrophe and ampersand in our case) are appearing blank and causing bad picklist errors. This is in fact skuid related as the values appear normal in salesforce and save normally. Please advise on a solution asap as we cannot go and change all the affected picklist values. Screenshots: Values: Appearance in Skuid: Error upon saving: Appearance in Salesforce: I have a number of other fields as examples as well.
Trying to upgrade Skuid Brooklyn Update 1 - Iteration 6 to Skuid Brooklyn Update 1 - Iteration 7 but I’m getting all kinds of errors. Please scroll down below.1. An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8394 (607455040) AceEditor: An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8394 (607455040) 2. An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8395 (607455040) BuilderCoreJS: An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8395 (607455040) 3. An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8396 (607455040) CKEditor: An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8396 (607455040) 4. An unexpected error occurred. Please include this ErrorId if you contact support: 1170945178-8397 (607455040) CoreComponent
I have redirected the New button on a custom object to a skuid page. It has stopped working in Lightning Console.It still works fine in other Lightning apps. Is anyone else having this problem?
I have not been able to add a custom Typekit webfont on platform. I add the Kit Id and it pulls the name of the fonts, however, when applying them to the theme they do not pull the actual font. In this case, the default serif font is shown when selected. This process is working on Skuid on Salesforce with the same kit Id. Kit ID: vid7roa Font Name: Roboto Platform Example: SF Example:
Hello, I am having trouble using the ability to call an Invocable Method using Skuid (first time using this function): Here is a screenshot from the setup: And here is the APEX: global class dhCheckProductConsignmentEligibility {@InvocableMethod(label = ‘Product Consignment Eligibility’) public static void productConsignmentCheck(List oim) { List idOIM = new List([SELECT Id, Inventory_Transfer r.Warehouse_To r.ID, Lot r.Product r.ID FROM AcctSeedERP Outbound_Inventory_Movement c WHERE ID IN:oim AND Lot r.Product r.Non_Consignable__c = TRUE]); if(!idOIM.isEmpty()) { List<acctseederp__outbound_inventory_movement c> updateOIM = new List<acctseederp outbound_inventory_movement__c>(); for(AcctSeedERP__Outbound_Inventory_Movement__c o : idOIM) { o.Requires_Approval__c = TRUE; updateOIM.add(o); } update updateOIM; } } } Help?</acctseederp outbound_inventory_movement c></acctseederp outbound_inventory_movement c></acctseederp outbound_inventory_movement c></ac
I’m unable to access skuid since the last one hour. I was able to access skuid in the evening. Following is the error: **SQLException in (skuid) ** An unexpected error has occurred. Your solution provider has been notified. (skuid)
I created a Skuid page to act as our operations home page. The page itself works but I am unable to get reminder alerts from tasks to popup. Can you help me understand why? The alerts fire correctly if I am just in Salesforce and not the Skuid page.
We think we know the problem, but are looking for confirmation that this isn’t supported…We have a Skuid page that’s hosted in a Community that runs on the Partner Central template. The page has a button that calls an invocable method in an Apex class - that method makes a callout to a remote system.This works in Preview mode; but in the Community, it fails with a “Callout Loop not allowed” response.We’ve noted that the URL called is different in the Community than when run in Preview, so it appears some Skuid proxy is called when running in the Community. Our theory is that this proxy is called as a web service; this tries to call our method which makes a callout, but this is blocked as callouts from callouts are not allowed.The only thing going against this theory is that the Skuid docs say that calling an invocable method uses an API method - it doesn’t limit this to any particular run time, so I would’ve thought we’d encounter the error even in preview…We’re looking at if we can mo
I have integrated with Google API but when I enter an address from address field show to all address in below that field but not able to select once click need to click double.how can I resolve it, if the guy you have any idea please let me know and you have integrated google API with skuid page please email me :rajesh.salesforce16@gmail.com
Has anyone been able to make a SOAP call in straight JS? That is, without APEX? We are trying every which way to call Oracle CPQ’s SOAP services in straight jquery in a SKUID snippet.
I have created a multi select manual filter to set values for a subquery.I’m using rows from another model for the values to select from in the filter.I’ve set it activate the default condition, a subcondition, and it’s parent condition.In runtime selecting values from the filter does activate the subcondition, but does not activate the parent condition. Sorry for the background noise.
I’m using a master “condition” model to control a series of other models. Everything works great except that I can’t trigger a model action based on a “Model Condition Changed” for automatically created condition that only shows up on page render. Conditions available in UX. Filterable condition that isn’t available in above.
I have a model with 2 conditions that are based on subqueries. Each of the subqueries has a sub-condition. After creating these and then making various, unrelated changes to the page, I return to the model’s conditions dialogue – and the sub-conditions are neither editable nor even visible. This is what I see: However, if I refresh the page, the sub-conditions become available – for a while:
Users see no results when using a search component that returns more objects than they have read access to view. I have a global search that returns accounts, contacts, leads, and opportunities. A VF Remote Exception is thrown when Platform users (no Leads/Opp access) attempt to search. Removing those objects fixes the error. Skuid version 11.1.10
We have a managed package app that has skuid embedded. We want to use the feedback tab as a way for our subscribers to provide feedback directly to us about enhancements they want. Can this be done or is it only applicable to that org’s users?
Hi not sure how to really describe the problem as I do not understand it This morning because of another issue that was suppose to be fixed 10.0.6+ , we updated to 10.0.23 straight from 10.0.4 and now getting a bunch of weird errors Admin profile works perfectly, others no… It’s not a permission issue , as they have access to the fields & object which seem problematic, and on the same Skuid page which contains multiple page include, some of them work others don’t… All errors seems to be related to models with aggregation and/or sort order on aggregation This page contains 6 different page include only one of the page include give this error: Ordered field must be grouped or aggregated: Name If i remove sort order (which works for admin) this error stops But multiple other page include in that same skuid page , has the same sort order based on same model and they work fine But then there a more errors as the filter and field (reference field to an object named ‘Sales partner’) for
I have an object that I am querying a related field in the object. If there are multiple related object then the main object is showing for each one on the related objects. Which is correct. How can I limit the table to just one of EACH of the main objects. https://drive.google.com/file/d/1gajzRF-qKFlnFdW-vmu3xsvqmVNd9EaN/view
Since datasource is not salesforce table I am not able to do order by . can you point me a javascript way to do this.
I Have a UI page with multiple blocks showing data from multiple REST datasources. I am looking for a decent way to capture errors on each datasource and display appropriate message in the respective blocks. Also the whole page does not load when I have issue connecting to any single datasource. Please provide me suggestions for error handling
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.