Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Hey! Is there an end-of-life planned for V1 pages? I See in the documentation that there is a V1 to V2 converter, but it says I can access it from the more options on the page list and I don’t have that as an option (Skuid for Salesforce). I very much don’t look forward to converting all my pages, but I want to make sure I don’t get caught with my pants down if you announce stop of support for V1! Thanks!
I have created a printable form using skuid components in a V1 page. It looks and works great. I just have one last snag. we now need to print these forms. The checkboxes in the table components are too light when in read mode. They don’t even print on some printers and others they are barely visible. Though I can put a template component with checkboxes in them and style those fine, I cannot get the any styling approaches to take effect on the checkboxes in the skuid table components. Can someone rescue me from my design prison? Just a black border would be fine, but the ability to control border color, weight, background color and size would be great. I know there are issues browsers and checkboxes, but I am able to style checkboxes in a template component, so why not a skuid table component? Thanks!
Hi, I have a model where multiple rows are present, Lets Say i call it Model A. I need to insert all the rows from Model A to another Object Model, lets say Model B. I want this from a sinlge button action i.e., User will not select or Mass select the rows from Model A. I want a single button action which will select all the rows from Model A and Create records in Model B. I used the Create Row(s) action, but it is just picking the first rows from Model A. Other rows are not getting inserted into Model B. Is there any way we can achieve this? P.S- I am avoiding writing a Java Snippet. Thanks fellow Skuidders.
I have one user whose Skuid pages won’t render the information; I have no idea what could be causing this issue. The user has the same permissions as the rest of the team; we tested other browsers, Computers, clearing the cache, and still no luck. Has anyone been experiencing this?
how to use salesforce workflow rules and flows in skuid pages
Is there a way to get at the none label in a picklist created by a custom field renderer? I have an integer field that is conditionally rendered as a Yes/No picklist. We’ve been using a separate field Not_Applicable__c but I’d rather just use the blank value of my Value__c field and relabel to say “n/a” I’ve tried field.options.nonelabel=“n/a” and field.options.addnoneoption=“true” which mimics what shows up for a normal field in the XML when you make it required and add a none option, but they don’t have an effect. They either don’t add a none option to my radio buttons, or if I make the field not required, the default null option shows “-none-” Here’s the snippet I am using var field = arguments[0], row = field.row, value = skuid.utils.decodeHTML(arguments[1]), metadata = field.metadata, element = field.item.element, $ = skuid.$; isNA = (row.Not_Applicable__c); isYes = (row.Type__c == 'Yes') ? true : false; isNo = (row.Type__c == 'No') ? true : false; response = row.Value__c;
This does not seem to affect the loading of the page. But, we are seeing the following error. Why?08:08:37.2 (31924968)|METHOD_ENTRY|[898]|01p3B000005lMvV|skuid.SaveHandler.putSObjectSafe(SObject, String, Schema.DescribeFieldResult)08:08:37.2 (32962382)|SYSTEM_METHOD_ENTRY|[1176]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33108649)|SYSTEM_METHOD_EXIT|[1176]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33166270)|SYSTEM_METHOD_ENTRY|[1182]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33279837)|SYSTEM_METHOD_EXIT|[1182]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33335908)|SYSTEM_METHOD_ENTRY|[1197]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33440943)|SYSTEM_METHOD_EXIT|[1197]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33498445)|SYSTEM_METHOD_ENTRY|[1204]|com.salesforce.api.fast.System.compareObjects(Object, Object)0
Hi guys Love the product! I have one challenge - My customers access my custom booking object (via VisualForce) to make a booking. I allow them to select their Account from a picklist. What I am trying to do, is set the ‘Record Owner’ of the Booking to be the Account Owner already assigned under the Account (not the current user that’s set for the page). I have tried setting as reference (MyCustomObject__c.OwnerId = Account__r.OwnerId) but no luck. Could you tell me how I can achieve this? Many thanks in advance. Regards Alex
Hi all, I am having an issue with a REST API query method merge parameter not working after upgrading to Boston. When I attempt to view the fields, I get the following error: I get this same error if I pass nothing instead of the merge parameter. It works if I hard code the Data Source URL to the sample value. This leads me to believe the merge parameter is no longer being merged into the url. I tried using triple braces, but that did not work. Any ideas on how to resolve?
I have a Skuid page that is used on a Lightning Community. It has a query to show recent questions posted to the Community Discussion. Both guest and authenticated users can see the Community Discussion on the standard Compact Feed layout. When I preview the Skuid page that is configured to show Feed Items the data is visible for Authenticated users but not for Guest users. Any idea why the posts aren’t visible to guest users via my Skuid page - but they are on the compact feed layout?
The old skuid forums had excellent search functionality allowing you to type in some key words and it would usually be good at finding something along the lines of what you’re looking for. This newer skuid forum system’s search on the other hand seems to not return any results if you type more than 1 or 2 words into the search severely reducing the functionality of the search feature to find existing threads to help with issues. Is there something I’m missing here or another way to search that is better?
I have a button that opens a popup that has a page include. Inside this page include I have another popup for a field editor that closes itself when it is done being worked with. When done working with the original popup, the page include will “close topmost popup” to close itself. When trying to reopen the popup (press button again), the popup will show “Loading” as if the page include is loading, but then will be blank as if there is nothing in the page include. If this blank popup is closed and then the button clicked again and the popup reopened, the page include will load normally. It seems like reloading the original popup will be blank if we ever had the second popup (under the page include) up. I don’t get any errors or anything in the console. I’m not sure why this is happening or how to fix it. This is on the v1 editor
As per subject. Client wants to open wizard in subtab and close the tab once done using wizard.
Have a five step wizard and the fifth step is a page include. When that page loads, I want an action sequence to run. I see that action sequence can be triggered by Skuid : Page Rendered, but how do I trigger that event without that action sequence running on all wizard tabs?
Is there an example of Design System “Tooltip” and how it implemented in Skuid?
Hello, If there is a Salesforce Model which has ‘Query on page load’ off, and the model has ‘Model required’ for its initialising event. Are the actions meant to be executed. If not, anyway around this? I want to have a filter model, which gets queried when a filter is selected and in turn runs certain actions. Though, currently its executing actions on Page load which only be executed during ‘Model required’ event and this is interfering with initialisation of page or causes things very messy initialisation. Best, Lukas <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”> <models> <model id="SkuidPages" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page__c"> <fields> <field id="Name"/> </fields> <conditions/> <actions> <action> <actions>
Hello, Skuid Version: 13.0.13 If there is like a wrapper in deck of deck with render condition then the wrappers condition will be ignored for a sec or more (depending on how heavy the page is). I have included a simple page to reproduce this example, please find the code in the pastebin link below. I’m using model that comes with Skuid Package called SkuidPages. The way this page is set up you will need existing v2 pages (or at least one, i think). To recreate the issue: Into the UI model, create one row (or more if you please), where the ‘APIVersion’ column has the following data ‘v2’. You can create a new row by pressing ‘Add’ button in top Right. Wait till skuid has retrieved the data for SkuidPages Model (the deck below should dispaly cards with one row of data). Press the 'UpdateData' button, you will notice that that the same data is displayed twice. Though, the same data should only be displayed twice if the page is v1, because of render condition. The more data there is, t
Hello, Does anyone know where I can access the title of a page (‘Page Title’) which you can set next to ‘Page name’ and ‘Module’? I have been able to get it via component’s properties - component.state.title or component.get(‘title’), though I want to get title of page that hasn’t been created. I haven’t been able to find the field in any of the Objects prefixed with ‘skuid__’. Any ideas? Best, Lukas
We have a scenario where we’re using two date date fields for some calcs but if those fields are blank we have default values for the calcs. There’s a checkbox on the UI for the user to clear the date values and apply the defaults but the problem is the cleared date value is getting saved to the DB but it’s not reflected in the UI unless the user refreshes the page which isn’t a workable solution. Basically - is there a way to have the value in the date field cleared in the UI when the user checks the box? We’ve tried requerying the model, I found some snippets in old discussions that didn’t do the trick, and have tried tricking Skuid by using an old suggestion of selecting a different field to update first with a blank value then changing the updated field to the date field all to no avail. Anyone have any insight or ideas?
Hello, It seems like Skuid is trying to draw the chart for a smaller dimension and not in center. Half a second later it then redraws for the expected dimensions and position. To reproduce: create a bar chart (the only one I tried) that has around 30 or so groupings. The fewer groupings there are the harder it is to see that it draws the chart at smaller dimension, nonetheless you can see a flicker. Does anyone know a work around with ‘before-render snippets’ or accessing the highcharts object to set some option? Also, there are no easing animations… any ideas? Skuid version: 13.0.13 Best, Lukas
we have facing an issue with one of my records when we open the records this error is coming for only one record except all are open with no error.
Does Skuid support Brave Browser?
When changing a lookup field in Salesforce, 2 instances of FieldHistory objects are created, one that has the Salesforce ID in the Old/New value field, and the other that has the Name of the lookup object that was changed in the Old/New value field. Is there any way in SKUID to filter out the instances where a Salesforce ID is in the Old/New value field on FieldHistory objects? Doing a search online finds a way to do this in APEX, basically identifying if the field is an instance of a Salesforce ID but we can’t utilize these tools in SKUID (or is there a way to do that with javascript perhaps?). List<AccountHistory> ach = [SELECT Id, Account.Name, Field, OldValue, NewValue FROM AccountHistory WHERE Field = 'Owner' ORDER BY CreatedDate DESC]; List<AccountHistory> targetAch = new List<AccountHistory>(); for(AccountHistory ah : ach) if(!(ah.NewValue instanceof Id)) targetAch.add
I thought I had this figured out. I just got off a salesforce call. I understood if set up according to Skuid sharing directions http://community.skuid.com/discussion/8015488/troubleshooting-guest-user-access-after-winter-21#latest. That I would be able to not only read and write records, I would also be able to update and delete records. I can write a record as a guest user but not able to update it? Is that not the case?
Hi, I have a table within a responsive grid and I was able to limit column width for read-only mode but when I try to edit a row, my column widths are all over the place messing up my user’s table-editing experience by having to scroll and not being able to see the full values of certain fields. Does anyone know of a solution for this?
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.