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
I created a the exact page that I need to see - it’s a tab page with a table in it. There are three objects represented here - one parent and two children. I had to add the fields from child records as template fields which worked beautifully, but I now have two problems:1. I need to be able to edit a few of the child fields here and they don’t seem to be available for inline editing. The other problem, is that the start and end date fields are not formatted correctly I need the time to show normally, eg. 1:29pm. I have attached a screen shot of my table.
Brand new to Skuid (Banzai) and not a programmer…please bear with me 🙂I have a Responsive Grid with a Navigation Component thrown in. The Nav Component pulls my Salesforce Apps as the source. I have a logo image next to this, with a white background. I would like the Responsive Grid to have a white background so its seamless with our company logo, but, when I preview, I cant see any of my SF app links as they are set to white. How do I get the font of the SF links to be another color? Appreciate the help!
I’m getting a VF remoting exception: “list index out of bounds: 1”It’s happening when I attempt a save on the FollowupInteractions model after running the code at the end of this post.Here’s the json string that VF exception is returning. I’m guessing that the “1” under “changes” is the problem? {&nbsp; "operations": [<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; "id": "FollowupInteractions",<br>&nbsp; &nbsp; &nbsp; "type": "Interaction__c",<br>&nbsp; &nbsp; &nbsp; "updates": [<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "id": "Date__c",<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "targetObjects": null<br>&nbsp; &nbsp; &nbsp; &nbsp; },<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "id": "Interaction_Category__c",<br>&nbs
What’s the difference between an Official Release and a Stable Release?
Hi, We have a opportunity creation wizard and we use couple of lookup fields on Account object, out of which, one is standard AccountId field and other is a custom field. We have an external id field (Account Search Helper) on Account which we are trying to leverage to search for data. Now, when i have search as well as display template as Account Search Helper field, even though results are returned, the data for standard account field is not returned. when i change search and display template to Name, then data is displayed. So here i am also not sure if our external id field works in fetching results or not. This problem occurs for only standard account field and not custom one. here is the code: Opportunity TargetCampaignInfluence Target Name Client Producer .mask { width: 1024px; }#productSectionId { width:50%; } Some pointers: tokenized search, SOSL search are enabled. For search fields, we are using Sidebar option from dropdown. is there an issue the way the search works in case
I have 2 models: “Topic” and “Analyst Coverage”. Analyst Coverage has a lookup field to Topic. The default page is a table of all the Topics, with a drawer as a row action to view the Analyst Coverages under each Topic. But, I can’t get the Drawer to show any Analyst Coverages under the Topics at all, and I’ve done this same process a million times over on other pages with no problems. I have the Context of the drawer set: Topic of records = id of row in context. I can even expand the drawer and add Analyst Coverages under the topic, and it creates the records and they show up there. But when i collapse the drawer and re-open it, they are gone. Anyone have any ideas as to what’s going on here? Like I said, I’ve done this a million times over without any problems, but this time it won’t work. This is the default page with a drawer opened that shows no records: I can add and save them, and they show up. But, when I close the drawer and re-open it, they are gone:
I am unable to type in the ‘post’ section of a chatter feed componenet on a page. I tested in my sandbox and everything works as expected and the pages are set up the same. When I look at the console in my production environment I get the error ‘Uncaught TypeError: Cannot read property ‘lazyLoad’ of undefined’. When I dig into the error I see this message: " has not been wired yet. Either the widget wasn’t added with addWidget() or wireWidgets() was not called after it was added.“,Sfdc.Logging.LogLevel.ERROR” If I use a template with the following code I can post without issue. So it seems this is an issue with the Chatter component has anyone else experienced this?
Last week I edited a static resource image file called “Logo” This week, I opened a page that has an image component which references that static resource. The image displayed is the old one. Even if I remove the image component, and add a new one, when I try to use the “Logo” static resource for the image component, it shows the old one. Here’s the static resource itself: Here’s what’s happening in the builder: I should see the ABC Women’s Clinic logo, not the True Care logo. I’m also getting the old logo in runtime. Help?
Is there a way to access salesforce isAccessible() method in SKUID?I have a button that needs to be displayed only for particular set of users who could have access given by a permission set or a profile.Thanks in-advance.
I'm having a weird issue, i cannot figure out I have a popup action in a table , based on 2 different models: 1-LoansOnBK (master) 2-Laon_payments (child) When i create child records for LoansOnBk and save , they get created properly, as well as relationship field to parent gets filled automatically, but some reason except for 1st row on table , I do not see child records in popup So popup from company "2" (see below) shows at the bottom the field of child records(payment amount) as expected But popup from company 3, does not show the child records at all , even though they exist (see 2nd SS below for classic SF view) This table for child records has a context condition So not sure what I'm missing honestly. I would appreciate any help I can get Thank you
I have a skuid page with two components one is a table and the other one is a field editor section. Both uses a same object eg: contact : once a contact record selected in the table the detail fields related to the particular contact should be loaded in to detail section. How could get this done? Do I need to use custom scripts? Thanks in advance
Hello, we tried to follow the process described here to call remote action in skuid:http://inversion.consulting/tag/skuid/ We created the following snippet: xxxx.test(JSON.stringify(mypar), function(result, event) { if (event.type == ‘exception’) { skuid.jQuery.unblockUI(); alert(event.message); }else{ skuid.model.updateData([contactModel],function(){ skuid.jQuery.unblockUI(); console.log(‘…OK:’); console.log(response); }); } }); When we try to call it we receive the error “ReferenceError: xxxx is not defined”.here our class: global class xxxx { @RemoteAction global static void test(String y) { system.debug(‘hello’); }Thank you.Gabriele
I’m hitting a dead end with Files (AKA Chatter Feed Files, AKA content attachments). What I have built works sufficiently, but there are a couple of extra hoops to jump through that make it clunky and a bit confusing. Below are my issues that I’m hoping someone can help me through. Background: So, If I build an interface based on the ContentVersions object, it only displays files owned by the user or files that have been shared with the user through a library. However, chatter feed files are like “Content attachments”. Feed content SHOULD BE accessible by anyone that has access to the record the feed content is linked to through the LinkedEntityId field. So, if Care Manager A adds documents to our hypothetical customer Ben Franklin, then Care Manager B goes in to look at the documents, they SHOULD see the docs Care Manager A created in the table based on Content Versions, but they can only see documents they created or that were shared with them in a library. However, they can see all
As described in this related issue:https://community.skuid.com/t/checkbox-ui-only-field-tolowercase-exception-on-cancel-c… When using updateRow and inadvertently setting a Boolean field with an undefined value the following exception and stack trace occurs: Uncaught TypeError: Cannot read property 'toLowerCase' of undefined(…)o @ skuid__SkuidJS:27(anonymous function) @ skuid__SkuidJS:28o.extend.each @ skuid__JQuery:2(anonymous function) @ skuid__SkuidJS:28o.extend.each @ skuid__JQuery:2W.updateRows @ skuid__SkuidJS:28W.updateRow @ skuid__SkuidJS:28(anonymous function) @ VM2429:2InjectedScript._evaluateOn @ VM2423:875InjectedScript._evaluateAndWrap @ VM2423:808InjectedScript.evaluate @ VM2423:664 The issue occurs in the latest Banzai 7.24 but is handled without error in the only previous version of Skuid I have available to me 6.8.19. The following page xml and javascript should hopefully replicate the exception for diagnosis. <skuidpage unsavedchangeswarning="yes" personalizationm
I’m attempting to configure an External Data Source to Sharepoint using OAuth. When I type in an “external object name”, the OAuth popup appears, I input my credentials and it dismisses. When I type something in to the External Data Source textbox again, the same thing occurs. It does not appear that any network activity is occurring as nothing shows up in the Network log.I’ve created a connected app in Sharepoint (note that only one callback URL is permitted and I used the skuid_oauthcallback one) as well as an Auth Provider in Skuid and a Model Service.I’m fairly certain that I’m mis-configuring something but I’m not really sure what I have misconfigured as there are no error messages/exceptions/etc. Has anyone been able to configure this successfully?Skuid Team - Would it be possible to update the Sharepoint tutorial with a full set of steps to use OAuth & Sharepoint? It’s incredibly difficult to troubleshoot this currently given how many layers are involved and no way to “t
I have a table that gets messed up if I try to change Model Behavior from Basic to Aggregate but I do want to group by CR__r.Id Any suggestions?
Just updated the values available in the picklist field for a record type. My skuid page is failing to update the list of values.
I have a queue on my page (a List), and I need to be able to programmatically access its selected item(s) from JavaScript. I see that in the docs for the List object there is a method called getSelectedItems that gives me the selected items.My problem is I do not know how to obtain the List instance for my particular queue on the page.
How would I best create navigation that will self-highlight from data-driven criteria?Consider a portal for an application process. I’m thinking of a left navigation bar that contains components that brings content into the main part of the page (to the right of the navigation) when clicked. Each nav component (or perhaps just the text in it) needs to become a different color based on whether it’s data is in a specific status (submitted=green, unsubmitted=red, new information=yellow, etc). Since it is navigation, it probably also needs to be a different style when it is the selected navigation component as well, of course.Let’s assume I construct a model that gets the statuses of all of the application elements. I could use the Skuid “Navigation” component to build the navigation tree, but I presume I’d need some CSS trickery and/or code to say “this nav item should be blue if x and yellow if Y”, right? Or is there an easier way? I don’t see how to style individual nav items, not to me
I have a table of Accounts. Using the child relationship to show info from Contacts in the table. One of the fields is an encrypted text field - Social Security Number. When I pull this field through the Child data on the Account model, it shows up not encrypted.
I noticed a small bug when I was designing a new Home Page in which the preview would display just a white screen with no content. I narrowed it down to when I was changing the name of two models it would reproduce the bug. I saw similar issues had been noted on the community board but I hadn’t seen one specifically concerning changing Model names. I have attached screenshots of the page working v.s. after changing the model name. Finally, there was an error message in the Console I though I should add in here too. This isn’t really a huge problem right now because i’m just going to leave the model names as is; however, just felt it was important enough to bring to someones attention.
We have added SKUID pages to override the standard Quote tab and detail pages. We’d like to override the standard ‘view’ action for quotes. However, it looks like Salesforce does not provide a ‘standard’ view action to override.Has anyone done this?
I have just deployed a new opportunities page in SFDC to replace the original opportunities pages. I followed the exact instructions on found here: http://help.skuidify.com/m/page-assignments-and-overrides/l/102647-override-a-standard-salesforce-ta… as well as setup all of the proper license/user assignments and proper permissions. But, for users that at not Salesforce Admin, when they go to the new Admin page, they are put in a page loading loop (for lightning) and are only able to see the original Opportunities page for SF Classic. When I make the user an SFDC admin, the issue goes away. I did verify that all permissions are correct and such but the issue still exists. Not sure how to resolve.
I’m curious as to whether the DATE() function (described here) is supported in a UI-only formula field.The purpose of this function is to obtain a Date data type constructed by passing in integer values for year, month and day.Thanks!
You do not have permission to remove, add new, or modify existing Pages in the Skuid module. i am trying to save with fields of my test custom object i am getting this error
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.