Upcoming Event - 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
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?
This Chart:Console shows data in the model for both Id and Appointment_Scheduled__c… but no chart appears.No render conditions or context conditions.I eliminated the old chart and created a new one just to make sure.
Is there a way to keep the error message on the screen? When a user clicks the error/info/warning message, the message goes away. Is there a way to keep it on the page permanently?
I’m unable to select the merge field for table context on a row action popup: I can edit it in the XML, but I thought there was a merge field selection in the framework.
I have a table A, which is populated by users taking an action in another table B. They do so to add question to their metric set.The data model in question involves three objectsConcept A Question A Metric Set AConcept A Question B Metric Set AConcept B Question CConcept C Question D Metric Set AWhen users select to add question A or Question B to their metric set, both A and B get added to their Metric Set, because they have the same Concept. This is important for backend functionality, but quite confusing to a user. THe ideal functionality would be for the two questions to be added to the metric set, but for the skuid table to only render a single question for every concept included. Essentially, it would deduplicate based on the concept, ie:Concept A Question A Metric Set AConcept C Question D Metric Set AThere is a lookup relationship between concept and question. Ap
I have a Skuid page with a Skuid button which points to a Saleforce Button/Link. The Button is a standard salesforce button which is used to generate a conga document in the format of:“https://composer.congamerge.com?sessionId={!API.Session_ID}&serverUrl={!API.Partner_Server_URL_290}&id={!Opportunity.Id}” etcWhen I click on this button, I used to go straight to generating the Conga document.Now since Winter 16, when I click on this button, I get to an interim page, URL being: “https://cs5.salesforce.com/servlet/servlet.ExternalRedirect?url=https%3A%2F%2Fcomposer.congamerge.co…” etcWith a message:You will be redirected to "https://composer.congamerge.com?"etc…The user has to click on a OK button on this page to proceed, then they can generate the Conga document.If I copy and paste the button URL into a Skuid button Redirect to URL action, it doesn’t have this problem.Any ideas? Does this have anything to do with this known issue? https://success.salesforce.com/issues_view?id=a1p
I’ve successfully connected to an External data source (OData service) using Skuid Model Connect. I’m able to pull up a table and display data - search and define sort on the model. However, when I add a table filter I’m able to filter only once - that is, the filter works the first time I select a value after page load. The second and subsequent times, I get an error saying ‘Filter could not be applied’.Using skuid.model.getModel(‘External’).soql and connecting directly to the OData service I’ve verified that my service accepts filter params. So am guessing Skuid is messing up request params for subsequent filter requests.Also, if I change a filter AFTER I perform a search the the search works!
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.