Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I created an Apex REST API to aggregate a bunch of record information and fed it to my Skuid REST model without any issues. Recently I made the MyDomain update that changed our internal SF domain. This has caused my model data to not be loaded anymore, giving me the error seen below: I’ve tried updating my Remote Site settings, Connected App settings, Data Source and Authentication Provider to use my new domain; none of these have solved my issue. Does anyone else have any experience with this situation?
Does Skuid for Salesforce have support for the Time field type? Or are there any known workarounds (custom renderer?) that have been shared in the Community already? Apologies if there are - I’ve not been able to find any.The problem I’m having - I have a Time field. In standard Salesforce UI, there’s a nice Time Picker widget that lets a human select a time, but then makes sure it gets saved in the correct format in the back end (e.g. 11:00.000+00:00Z or something like that).In Skuid however, it’s presented as a plain old text field. Unless you put in a string that is in the correct format, you can’t save the record.This is on Millau, and though we’re having this issue in a Community, it appears to be a problem for internal Salesforce users as well.
The .deleted styling is working just fine, but for some reason .selected is not appearing. If I add it in manually to the DOM, the theme CSS appears, but it’s not doing so otherwise. Screencast here: http://recordit.co/37tVEPKfjo
In a new theme with base theme = classic created new from Millau, I don’t have a standard option. According to https://docs.skuid.com/latest/en/skuid/themes/?highlight=icons&_ga=2.241058052.60405547.15402239…, All Skuid themes—including customized themes―default to the Standard icon set.Your icon selections will most likely be compatible with all themes if you choose iconsfrom the Standard set.Update out of style theme button has been pressed.Is there a way to fix that?
On 11.0.2 Typically, when I create a date range filter on a date/time field on a standard object - it sets conditions with a datetime and works as expected. I’ve run into an issue trying to do the exact same thing to a date/time field on a custom object - the model registeredlist soql shows that the filter has tried to set a date as the condition, which throws a soql error. Can you confirm that this is a bug or an intended behavior? Thanks. Error:value of filter criterion for field 'CreatedDate' must be of type dateTime and should not be enclosed in quotes"
Hello! We have a custom standard profile which is restricted from viewing a few fields on the Contact object. When such a profile views the Skuid page they get a problem error in Skuid referencing each of the fields. They only have the Skuid Page Viewer permission set. Is there something we’re doing wrong? A user shouldn’t be getting errors just because a field is not accessible to them. Cheers! Louis A Skuid Model, 'ContactRecord', requested a Field with relationship name 'VIP_Phone2__c', on the Contact Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it exists, then ensure that the user has permission to access it. If it does not exist, remove it from this Model.
I’m trying up date the CampaignMemberStatuses when adding a new CampaignMember via Skuid. CampaignMemberStatuses are a Related List of the Campaign Object. The way you get to it in Salesforce is by opening a Campaign and click “Advanced Setup” from Classic. The only option that are there by default are Sent and Responded. How do I get this picklist in a Skuid, Field Editor with the other needed Campaign fields? I just trying to replace the page that pops up when you add a contact to a campaign. We used to use a URL redirect in Classic that would use the default Salesforce Add Campaign Member page, the redirect looks like this: /00v/e?c_id={{Id}}&parent_id={{$Model.Contact.data.0.Id}}&saveURL=%2F{{$Model.Contact.data.0.Id}}, but these don’t work in Lightning. Any help would be appreciated. Thank you.
I’ve tried on a few different themes, and I’ve upgraded to 11.2.10 but the issue persists. As displayed on Skuid page… Salesforce picklist values…
fa-download, fa-file and fa-caret-right all look identical.
We are seeing this in 2- to 3-year old pages, just noted after migration to version 11.2.9. The Subcondition Logic value should be something like “1 OR 2” - not the subcondition itself. This appears to be an error in the migration from, I think, 11.1.4. If the model is populated at page-load, the subquery is handled as desired. However, if the query is deferred and run by a javascript model.updateData() call, the subcondition is not included in the SOQL as shown by skuid__.$M.(“MyModel”).soql).
We are developing skuid pages for mobile view using CSS media queries, we want users to be on portrait view only on mobile, can this be achieved?
Since individual filters cannot be conditionally rendered, we have a page with multiple filter sets. There’s a basic set that are always there, but additional filtersets might show with different critieria. When a filter is applied, it can affect as many as 43 different models, so it can take a little bit of time. So, we are not applying filters immediately in case a user wants to apply multiple filters - when they hit apply there’s a few seconds of wait time. However, with multiple filter sets, we can have multiple Apply/Cancel buttons. I can target these buttons to hide using display:none - but is there any code that will Apply filters from multiple filter sets at one time?
I am trying to limit the leads (or cases in the future) that a running users sees in a table based on the queue he is a member of. So, if user is a member of only Small Business queue then he should see only Small Business leads. By the way, users in our org have access to all queues, so this can’t be handled with permissions. It’s just for user convenience. I’ve tried building models with groups, groupmembers, but I can’t get it to work. When I try to pull in UserOrGroupId object, I get the following error: “There was an error retrieving metadata for object: Group,PartnerNetworkConnection,User: Invalid SObject name Group,PartnerNetworkConnection,User. No metadata could be retrieved.”
Skuid pages do not display on partner user pages. After assigning licenses to partner users I am unable to view Skuip page components. I am however able to view the pages when logged in as a Salesforce admin user.
All, on October 21 we will have a instance refresh for our Salesforce Org. our Instance will be updated from NA3 to NA84 I have a custom link with the formula below https://aaaa-skuid.na3.visual.force.com/apex/skuid__ui?page=CreditLimitALLGridWhen the NA3 instance is refreshed, will the link about work?If not, is there a solution to this?Do I have to manually update the link?
I need a smack upside the head from the Skuid community. I am getting a different experience in two environments calling an apex controller - but the APEX class and my skuid page are identical. APEX class has the same permissions. I am using @RemoteAction and calling via MyClassName.DoSomething(String AccountId) I verified that the account Id is being passed in. One environment works great and another gives me: Uncaught ReferenceError: MyClassName is not defined at ui?page=MySkuidPage&id=001500000100000AAF:335 at HTMLDivElement. (skuid__SkuidReqsJS:1) at HTMLDivElement.ee (skuid__SkuidReqsJS:1) at HTMLDivElement.dispatch (skuid__VendorJS:2) at HTMLDivElement.q.handle (skuid__VendorJS:2) Before I start pulling things apart, any thoughts on what could be causing this? #feelingdumb
HiWithin Salesforce community, we have an company name field on our Skuid page. It renders fine when we log in as admin (we can enter text, search for accounts etc). But when we log in as a community user, the field doesn’t render properly and we can’t enter any text or select any account. I would appreciate some suggests as to that the problem is. This used to work fine a couple of months ago. I’ve also updated Skuid in our sandbox, but the problem still exists.Not WorkingWorking
We have an opportunity detail skuid page set to override our standard opportunity page. This works fine for all users to whom we have assigned the new page. However… for some reason our other users (who have not been assigned the new page) are seeing the Classic oppty page instead of the new Lightning version.I noticed the URL is missing the “?nooverride=true” at the tail end:https://quantumcorp–test.lightning.force.com/lightning/r/Opportunity/0063900000qL9vHAAS/viewIf I add that “?nooverride=true” to the end of the URL manually it shows up correctly in the new lightning view. https://quantumcorp–test.lightning.force.com/lightning/r/Opportunity/0063900000qL9vHAAS/view?noover…Why is Skuid not adding the “?nooverride=true” to the end of the URL?
Our Salesforce home page has a Skuid Page lightning component. Starting this morning, our users are seeing this error for 3 seconds each time they visit or reload the Salesforce home page. Skuid: Unable to retrieve labels The following requested labels could not be retrieved: [long list of labels] I tested by switching the Skuid page referenced by the lightning component, and the error occurs with any Skuid page. If I remove the reference to the Skuid page, but leave the Skuid Page lightning component on the page, the error doesn’t occur. I haven’t seen the error occur on Skuid pages that are not embedded in a lightning component. When I logged in this morning, I didn’t see the error right away. We just updated to Salesforce Winter '19, and I was prompted to try the new cozy/compact display density feature. Once I tried that, I got this error. Skuid 11.0.3
As per subject and screenshot. The date is set to Fri. Oct. 12 when the event ends, so the box should end at 6pm vs start at 5pm.
Documentation is pretty sparse on this but what is Skuid using platform events for? How does it help in LEX?
Salesforce: classic Skuid: 11.2.9 Custom theme: base theme = Classic. No additional configurations are added after creating the theme. New blank skuid page with theme = custom theme above Preview the page: Is this a known issue?
I am having trouble figuring out how to change the axis labels on charts. I’ve gotten my model grouped by “CALENDAR_YEAR” and my category axis using the same model field. So my chart looks great, except it shows the total each year instead of the year. I would like it to look like this:
See here: http://recordit.co/6IjJGYUl5MThere’s 2 Ok buttons, both direct to the same page, and I never get credit for completing the section…this seems to be happening on every section I complete 😦On a lighter note, Data in the Big City is a great analogy! I will be using this in the future.
Hello,I have an input field that is used in a calculation and I’d like to trigger an action on. Everything works as expected when a user enters a value, however, if the user enters a value, then backspaces/deletes it… nothing happens. If they then enter “0”, everything fires as it should, but the blank doesn’t seem to be picked up.The interesting thing is conditional rendering based on it works - but the formula recalculation and action framework seem to ignore it.Any thoughts on how to force a field be blanked out to fire or be updated to a ‘0’?Thanks!
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.