Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
This richtext component: Renders like this in runtime: Even though the model has this data: What’s going on here?
This javascript error: Perhaps these conditions are the trouble? Trying to use these as conditions for a date range filter on a table. What is the best way to set defaults for a table’s date range filter, if not this?
I was wondering if it was possible to add more columns to this reference field search. We have some duplicates we’re working on fixing so in the interim I think adding opportunity owner would help a bunch of our users. I’ve been looking for a place to edit this data table yet have proved unsuccessful as of yet. Any advice would be much appreciated.
We have several managed packages and when it comes time to upgrade and test, they always want us to enable the default Salesforce UI. Rather than having to have a separate set of page assignments, which can number into the 100s (not to mention remembering to maintain them for a rarely used profile/user), it would be awesome if there was a simple way to disable all Skuid pages for a certain user or profile.
Hello -I am encountering the following error:URL starting with 'https://myurl–skuid.cs42.visual.force.com/apex/labels?labels=%5B%22action%22%2C%22after…. is longer than the maximum allowed length of 4,096. An unexpected error has occurred. Your solution provider has been notified. (skuid)The scenario is rather complex and I’ve been unable to reproduce this is an isolated scenario so I’m unable to provide a simplified page XML. Here’s the details:1) Master Page A2) Master Page B3) Child Page A1 (Child of A) has a table with global action that triggers a popup that contains a page include for B14) Child Page B1 (Child of B) - Contains a tableWhen opening the popup on A, network activity is seen but the page encounters the above error. If I remove the table from B1, no error occurs. If I have a field editor or template instead of the table, the page works. The problem only appears to occur if I have a table on B1. I’ve even removed all configuration from the table (no row actions, no
I’m trying to create a new page and edit in Lightning mode. When switching from the Visualforce editor, once the Lightning builder loads, I get a message at the top saying “There were 2 problems with this Skuid page” Upon clicking that message I get the following items highlighted:1. An error occurred while attempting to load the “skuidvis” component pack. Error: Argument cannot be null.2. An error occurred while attempting to load the “skuidcore” component pack. Error: Argument cannot be null.I’ve made sure I’ve started with a new page, I’ve tried installing the package a second time, but to no avail. I’m going to try a uninstall and re-install, I’ll let you know how that goes.FWIW, I installed this in a pre-release org on gs0.
I’ve got a ow action on table with a Patients model that Creates a New Row on my Cases model and sets some field values. I’d like to set values for some date fields on the new row based on values in the selected Patient row, like {{Date_of_Birth__c}} but I can’t type that in, only select a relative date or a specific value. Can I get around this in the XML?
Hi,I would like to remove the ability to attach files for a record when an attachment already exists.Any ideas how to achieve this ?
We now have a problem when a user hits a submit button (custom button with URL on SKUID page) for an approval flow. This messages shows up-We need to confirm that your request is valid. Please repeat your last action.I’ve never seen that before. Has anyone encountered this?
After Banzai’ing our application and uploading it to AppExchange for Lightning certification we noticed that is does not include our custom theme and Font Awesome icons. Should we adjust our post install script? This is our Post Install Script. public without sharing class StockCheckInstallScript implements InstallHandler { public static final String NAMESPACE_PREFIX = 'gbc'; public static boolean IsRunning { public get { if (IsRunning==null) IsRunning = false; return IsRunning; } public set; } public void onInstall(InstallContext ctx) { IsRunning=true; RefreshPagesInModule(NAMESPACE_PREFIX); IsRunning=false; } public static List<skuid__Page__c> RefreshPagesInModule(String module) { // See if a StaticResource containing new pages for this module yet exists StaticResource sr = [ select Body from StaticResource
I need to generate a table that has preset Categories (Doors, Windows, HVAC, Etc) and each Category will have lookup fields to be populated. The table will render all the Categories with blank rows (to be populated) for the lookup.I’m thinking of an HTML template and a table, but I can’t make it work. Any ideas?Will look like this:DoorsLookup MFG:____ Lookup X:____ WindowsLookup MFG:____ Lookup X:____ HVACLookup MFG:____ Lookup X:____
Hi, is there a way to see the total number of fields selected per model in Skuid Mobile page?
Whether I set up a filterable condition and set the value via setCondition() or I use a field from another model condition, new rows created in my model by createRow() or by the action framework are not getting values from my conditions.!!!Is anyone else experiencing this?
The field Likes__c is in the model and has a value of 1: The pagetitle component is set to the Question model (first row shown above), and the button is set to display the Likes__c field via merge syntax: But this is what I get in runtime:
Hello,I would like to ask if it is possible to convert lead into Account without Business Opp using Skuid Action (create new row or similar) not using standard Salesforce conversion page?I would be very grateful for your response.Best regardsPawel
I have an visual force Page which has my a Common logic. Skuid page is already build, which shows List of opportunity records in a table. Now I need to add my Visual force Page to Skuid as a pop-Up . Is there a way to achive this ? other than Using a Template.Thanks in Advance…
I have a very simple button on an Account Detail page that works fine in the Sales Cloud, but if a user clicks it in the Service Cloud console, nothing happens: /{{Id}}/e?retURL={{Id}} Any ideas why? We are still on Superbank if that matters.
I am showing a table list of tasks (child) and want to insert a drawer on each row to the account model.I can do this from a parent to child way but cannot seem to do this from a child record to a parent record?Is this possible and any ideas how it can be done?
I want my users to notice right away when they are entering values in a field in a table component. I want to show number of remaining characters that can be enter in that field.I got some similar code here: https://community.skuid.com/t/magic-real-time-error-warning-rendering-using-javascript…In this a found a method skuid.utils.delayInputCallback, but I didn't find this method in skuid.util API.<br>Please let me know how to implement the above funtionality i.e; to count number of remaining charecters that can be entered in the field.<br>
We’ve noticed a delay of around 2 to 3 seconds when viewing a Skuid page via a Salesforce Community, that doesn’t occur when the same Skuid page is viewed directly in Salesforce. The delay occurred on page load and apparently after some model refreshes. We are accessing the Skuid page directly, not via a VisualForce page. In the browser console I get this message repeated 10 times immediately after the delay in loading occurs: [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (31.0, line 0) https://[customdomain].force.com/services/Soap/u/31.0Note that error path doesn’t include our community name, so I wouldn’t have thought the community user would have access to it. When I add the community name to the path I get error 405 “GET not supported”. I’ve spent a while trying to isolate the cause, and what I’ve found is that if I include any picklist field from a model into a table or field editor component, the error/delay then occurs. Remov
Hi skuid.time.getSFDate() does not work with the new read only date field. Any other methods to convert SKuid date (yyyy-mm-dd) to SDFC date format in user’s profile? Thanks.
In our Skuid Mobile page, actions taken on Edit/Save/Add New Reference buttons are not responding unless successively tapping on those action buttons will the desire function take.
We use the account field, Annual Revenue, which is a native salesforce field. Within salesforce, entering 1.2k results in 1,200,000 being saved. However, when I save the record in Skuid, the non-numeric characters are stripped from the data, i.e. 1.2k results in 1.2 being saved. Is this the standard behavior in Skuid?
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.