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
On my skuid page, I’ve captured a ss of my network log and there appears to be major gaps while loading the page. Any ideas on what they’re doing? I’ve upgraded to the latest Spark 12.1.4.
Hi, I have a Skuid Developer license in a Salecorce Developer org that has expired. I was working in another org and planned to migrate to this org. Learned that the license has expired. Is it possible to reissue the license. Org ID: 00Df2000001GOuq
Trying to make a table row background color red when the duedate < today.The below snippet/CSS combo was working for about 5 minutes but has not worked since. I am not very familiar with JS, so I am having trouble resolving. What am I missing?Snippet: var params = arguments[0], $ = skuid.$; var field = arguments[0], value = skuid.time.parseSFDate(skuid.utils.decodeHTML(arguments[1])); value.setHours(0,0,0,0); var today = new Date(); today.setHours(0,0,0,0); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; if (field.mode == ‘read’ && (value < today())) { field.item.element.addClass(“red-row”); } CSS: table.nx-skootable-data tbody tr.red-row td {background-color: #E79A8E;}
I have following kind of logic in my custom JS script1. SObject model.save2. Custom logic in callback function of model.saveI want to rolllback #1 model.save if any exception is occurred in #2 custom logic.Is this possible in skuid ? if yes, any pitfalls for it ?
Hi,I’m wondering if anyone ever figure out how to have a different theme for a page include and not have it inherit by default the theme of page it’s include don.Thx
Quick question on using Page Includes in Spark. In V1, loading multiple instances of a page include creates model collisions, so we avoid using includes in components such as drawers and decks. Basically what happens is each page include instance has the same model name and then when you work across multiple includes, Skuid gets confused on which copy of the model to reference. V2 looks to have much more specific namespacing controls. Has this model conflict behavior been updated in Spark? The use case I have is that I have some design patterns to display a task record a certain way, but there are variations on the pattern depending on the type of task it is. I would like to make these variants as pages to be used as page include components and use them in a deck. We have a lookup to the Skuid_Page object on the task to determine which page to use for the specific task display. Here’s the basic logic on the page structure I’m thinking about: Deck Deck Item 1 (Task 1 calls
When you type a value into a lookup field and hit tab, it clears the value from the field. In order to select a value from a lookup field you actually need to type it out and then click on what you’d like from the selection. This has been causing a lot of UI confusion and hassle for pretty much every user of our system. The assumed functionality is that if you type something out into a lookup field and hit tab, the item matched should remain populated in the lookup field. Is there a way we can make this happen?(really it’s not just tab, but rather when the field loses focus it should maintain what is typed / fill in the item matched from what is typed)
I’ve got a V2 Spark (12.1.3) page where the user inputs a date in an Edit form and then clicks a “Done” action, which saves the record and changes the form to Read with in-line edit using the Change Read/Edit form action. Then date that was just input shows as an Invalid Date to the user. This clears up if the user refreshes the page. It only appears to do it when the date goes from Null to a value - so it’s like the UI isn’t refreshing with the saved value. Any fix for this? This is happening in Lightning run time. I tried to repro it on page preview (so VF deployed) and it will throw the invalid date if I null out the date. So maybe a similar problem.
Hi,We have a need to dynamically display picklist options in a deck based on an attribute of the card. We can’t do a traditionally dependent picklists, because the options are are a result of a query.For example:Card/Row 1: Picklist Options: A, B, CCard/Row 2: Picklist Options B, DCard/Row 3: Picklist Options E, FThe mapping would be based on a second model query with a cross reference key (either a model lookup or javascript). Everything I’ve seen is focused on setting custom picklist entries for the field at a model level, but we need to set it per record. Any ideas how we this can be done?I was thinking something like populating the list on load based on all results in the model querying for options and then setting the ‘valid for’ option on the entry - but that seems to be a field only for db dependent picklists, not UI-only dynamic ones.Thanks,Paul
Hi All, I have updgraded the Skuid from the App exchange from Version 8.11 to Spark (12.1.3). After upgrade i am getting an error while using the Skuid in salesfceore. . Can some one help me Thanks in Advance.Erross are 1. Syntax error in formula field “UltimateParentAccountID” at line 1, column 91: Expected “!”, “&”, “=”, “and”, “or”, “|”, [x0C x0B - ], [/%*], [<>], [-+], or end of input but “,” found… 2. Syntax error in formula field “UltimateParentID” at line 1, column 91: Expected “!”, “&”, “=”, “and”, “or”, “|”, [x0C x0B - ], [/%*], [<>], [-+], or end of input but “,” found… 3. A Skuid Model, ‘LegacyOpp’, requested a Field with relationship name ‘PartnerAccount.Ultimate_Parent_Account__r.Id’, on the Opportunity 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 a
ui-only field is not displaying the inline help text.
I have migrated sandbox to lightning and then upgraded the Skuid version, do I need to follow any instruction after installing the new updates? I see one error at the top it says: There were 1 problems with this Skuid Page. Click to display… Theme could not be found. Test Defaulting to Classic.Also when I switch to lightning Campaign member page looks like simple lightning page and I don’t see skuid page.
Has anyone used skuid inside of a mysalesforce app?
I have a scenario where I have a base page that opens a sliding panel. That sliding panel has a button and a page include. The button closes the sliding panel as expected with the “close all sliding panels” action. However… My included page also has a button. That button opens a sliding panel with the same basic set up of a button and a page include. The button in the second sliding panel is set to “close all sliding panels”, but it doesn’t work. I can think of a couple potential reasons why, but is there a way to work around this? Can I define a specific sliding panel by ID and close just that sliding panel regardless of the fact that it is launched from within a page include within a sliding panel?
When selecting a date range from the date range filter, the start date hops back one day from the selected date. For example, if “05/01/2019 - 05/31/2019” is selected, clicking “Apply” changes it to “04/30/2019 to 05/31/2019”. The field being used is a Date/Time data type. We are also on version 11.2.10. Does anyone else encounter this? I’d be happy to hear potential solutions if there are any.
I’m passing a name field into a query string used on a page include, and the page fails to load the name contains the % sign. According to skuid documentation on merge syntax, using double-braces should HTML-escape the data in the merge, so using % in the merge field it should spit out &percnt instead or something similar. We can work around this by guiding users not to use the % sign in their record naming, but seems like this is a bug that could be fixed.
Hi team. I am currently trying to set up an external odata data source for skuid to pull some fields from a SAP Business by design instance. Can anyone point me in the right direction if I have missed something? It doesn’t seem to be working for me…
Hi I updated Skuid in sandbox, and for a Skuid page in community, the picklist values on case are missing. The field is there, but just the values are empty. There is also a picklist values on account on the same Skuid page, and those picklist values renders correctly. The same Skuid page in Salesforce renders the case picklist value correctly. On another standard Salesforce page in the community, the case picklist value renders correctly (implying this is not a profile/permission issue). The field level security is set to be read and edit for this profile. The profile has the record type assigned. The record type has the picklist value available. This install of Skuid in sandbox was updated to 11.2.23 just today.
Need to show all read only field of the field editor on the basic of some condition just like case status. I am showing the field editor on the click of the tab. by default all the field are editable.if case status is closed then i want to show as read only all the field of the field editor.
Hi, I have skuid installed on my salesforce instance. I am having issues on the Campaign member details page. I can see only two options on the skuid page for the Status field while I can see all picklist values on classic/lightning mode.
occurs with the inability to filter if in the middle of a flow and have unsaved changes. This video will best show the issue; https://www.screencast.com/t/rJBCTWyS9
I have a Skuid Page that I have placed on a Lightning Page. The Page has a Table with a Row action that includes an Action Type Run Data Source Action. The Action is Apex and includes several invocable variables used to pass data from the skuid page to an external system. This is functioning beautifully when I view it in Preview, but when the button is clicked from the Skuid component on a lightning page, it does not work. I checked the XHR logs on the page from both the preview and the lightning Page. The results were different and confirm that the apex action (SendParameters) is not occurring from the lightning page. Here are the XHR Logs I’m getting in both scenarios: Any help would be greatly appreciated.
Multi Select Picklists are not displaying correctly on all pages after upgrade to Spark 12.1.13. See screenshot below. Using Spark 12.1.13, v1, Salesforce Classic
Multi-select filters look fine for standard users after upgrading to 12.1.13, but for community users any multi-select filter gets a set width of 225px normal: community users:
Pulling my hair out over this one, can someone help save my hair? I have a case where a user is occasionally not seeing the child event of a meeting on a team calendar. We are pulling the calendars of team members into a single team calendar and there are cases where where the parent event appears but it is not showing the child records. So, some of the team are not seeing the full calendars of other team members.For example, Steve has meeting that he set up, he invited Karen and she accepted. Steve sees the meeting on his calendar and Karen sees it on her calendar BUT Steve cannot see it on Karen’s calendar. It doesn’t appear. Our data model could not be simpler. We are pushing a set of OwnerId’s into the model conditions, filtering out canceled and leveraging the calendar component for date ranges. Has anyone had experience with working with Skuid calendar and behavior differences between parent and child events?
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.