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
Hello I am trying to set up an external data source from Pardot using the REST Api. For every request, Pardot’s REST service requires a user key that will be hard coded on a user’s record and an API key that comes as a response to a successful authorization. Both are supposed to be in the header of a GET request. I was able to set up the authorization part of the data source correctly. When I inspect the model I have on a test page it’s showing the authorization request configured correctly and it’s returning a valid API key. When I look at the responseBody section the field is showing as api_key. I’m getting an issue when I try using the authorization merge variable in the common request header. Per the skuid documentation I believe the merge variable should look like this: {{$Auth.Response.Body.api_key}}. However, when I inspect the request on my test page, it’s just showing that merge template and not the actual API key that was returned. When I hardcode an API key I get from doing
We have 2 different companies using the same Salesforce and separate the data via hierarchies. We have several pages that both companies use on similar objects. However, company A likes things a bit different than company B. Specifically how things are sorted on page load…It’s a small problem, but I’d like to be able to change the sort from ASC to DESC based on the User Profile that is viewing the page. And possible change the fields that a model is sorted by.How could I make this happen?Thank you
We’ve a table filter which is not working as you scroll the records down in a list view. Initially it’s hiding as per the column rendering then later showing up the hidden column which is taking out the column data to show inappropriate.
I have a Page Include for a new Record create from a popup on a page. This works fine on the desktop and shows on mobile within salesforce one correctly. The problem is that we are unable to scroll down on the screen to access the rest of the fields. The popup does not allow any scrolling and I can only move down to the next fields by using the next arrows on the iphone keyboard/picker to advance. Any ideas what could be causing this? I tried to add a responsive grid as well but no luck.
I have a question regarding [CORE-1715]. I currently have a chart that shows Cases created by hour of the day (based on CreatedDate). I assume this change means that my chart will always show in UTC now instead of local time.Is this true?If so, how would I convert my chart to different time zones for different users?
Is it possible to insert Custom Lightning Component in Skuid Page?I have found similar questions but there is no exact answer…
Upgraded to 11.2.10 and now textareas in tables no longer allow me to auto expand by not having a number in the Rows to Display field.Update, I found this post from another user (https://community.skuid.com/t/blank-not-accepted-in-rows-to-display) but going into the xml and removing the displayrows attribute from the field does not solve the problem for me. I recreated the problem on a brand new page without any css or jasvascript.
Is there any way to replace field label to dynamic label while exporting. For Example, var modelE = skuid.model.getModel(‘Event’); Model.exportData({ fileName: ’ Report-’ +rowE.Name, doNotAppendRowIdColumn: true, fields: [ model.getField(‘Account__r.Name’), ] }); In above case, how do we replace the label with dynamic label to " Company Name" in header while exporting ?
I learned from this post how to populate a text field with a drop-down control using a custom field renderer, and I’ve had nearly 100% success. My only problem is this: the fields we are now populating with the drop-down control contain some invalid values. Where this is the case, the existing value from the record being edited appears in the drop-down control along with the valid values we populate into the drop-down. I would like to exclude the existing value from the drop-down control in all cases and allow our users to select only values that we determine to be valid. Can I do that?
Hi everyone, I have a LEX page with a tabs component. On one of the tabs, I have a Skuid component showing a Skuid page with a list of related objects. Clicking an element in the list goes to the native LEX detail page for that object. Edit the object and save, all well and good. Now click the browser Back button. The Skuid component in the page has not refreshed the model so it’s showing the pre-edited data. I need to get Skuid to refresh the model, but I can’t find anything to hook. If I refresh the whole page, obviously, the updated data shows. This is in Chrome or Firefox. Salesforce session settings are set to not enable browser caching. In Chrome I have dev tools open with cache disabled. I have a custom LEX component that we wrote on the page listening for an onRender event and console logging; it logs on page load but but not when returning via the Back button. Basically it looks like Chrome just instantly throws up the previous rendering of the page which, honestly, is what I
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?
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.