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
I wanted to fetch logged in user details on click of button for first time and want to display an alert on click of same button from next time onwards. Can anyone please suggest how can i get logged in user details on button click.
V1 pages only show pencil/edit icon for read/edit fields when hovering over. V2 pages show pencil/edit icon for all fields that are read/edit. How can I control the icon visibility and/or color in the Design System?
I have some long field names, but the values in the fields are often only two or three digits. Right now, my tables become very wide - I’ve used the ‘fit to content’ option, but every column defaults in width to the length of the column header. Version: 13.0.11
The following template field is rendering an image in my deck component with a template field: <img src="/sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId={{{ContentDocument.LatestPublishedVersionId}}}" width="100%" style="margin:1px;"></img> It pulls the images from the chatter feed. I cannot get it to work in V2. Is there something simple I am missing or does the structure need to be different in V2? The goal is to have one image per card. This is my V1 deck below:
Hi I am trying to use Skuid to make it easy for users to view notes but the content field is base64. Does anyone know how to decode this in Skuid? I tried using javascript and atob method but it does not work. I get a error saying the field is not properly encoded.
This discussion was created from comments split from: Queues with drawers: expand and collapse all top-level queue drawers.
I Have an email alert on Account object which has VF template and I need to send Account field details through that email. I have a page which is displaying multiple account details. Also a custom button to trigger mail. On click of the button I want to send mail which should have particular account details. But when i try to select salesforce as a Data source, I’m not getting Account object and not able to select my email alert. Can anyone help on this please
We have a table under a chart, and in that table is a row action that opens a popup that has a page include. Every time you click the row action, it refreshes the chart above. Is there anyway to prevent the chart from reloading like that?
when we cancel input field data on the page for the first time, instead of input field data, fields are getting disappeared for all users other than system Admin.
I have a model with an Intended Fiscal Year field and I want to set the model condition to the current year. Can I do this in the model condition? The data is displayed on a table in a tab and I tried adding using action when the tab is rendered to activate and set this condition but no records were returned. Here is what I did: Created condition on model filterable default off called IntendedFY and set it to None-A Blank Value Created an action whenever the tab is rendered to: a) Activate and set IntendedFY model condition to Year(Today()) and b) Query model. I appreciate any help from the community on how to solve this. Thanks!
Is it possible to configure popup’s outline border in V1?
after you input some values onto this field and if you want to reset the input value. if you click cancel to clear all the fields including richtext fields, richtext field alone appearing, the data is not saving in the backend but from UI i am unable to clear the input values. can some one help 😕
Can anyone point me to information or a tutorial on how you could show a table or list component of contacts where a user could select specific contacts from that list and then create a task for each contact? I think this could all be done in Skuid, but I’m not clear on exactly how. Related to that, is it possible to take the selected contacts and pass as a collection into a Salesforce flow? I’m trying to understand what’s possible.
How do I accomplish the V1 functionality of having a button run a salesforce dynamic report? In V1 it’s done via Button Type > Custom: SF Button/link and selecting the relevant button or link. I can’t see how to do this in V2. Thanks
Hello - I am trying to reference a field from my model as the label for another field but running into issues. Both fields are in a single model, and I’m querying on page load. Using the field selector, I get {{ }} around the field name, and leave it as is in the ‘Custom label’ area. When I check the preview or the environment it is blank. Ultimately, I’d like to have my label read ‘Quantity of {{Product_Unit}}’ but it’s not working out. Has anyone experienced this? It seems straightforward but keeps coming up blank. Thanks!
Hi all@Rob_Hatch I am trying to create a new record (as a Guest user) but want to assign to an account owner (internal Salesforce user) from a picklist and save. However, I am now facing an issue as follows: ‘insufficient access rights on cross-reference id’ After googling, it seems that it is a Salesforce error related to the following: Scenario: When creating a record and attempting to assign it to a new user in the same call Possible Cause: Create a record first, and in a separate call update the record with a new OwnerId. How can I do this with Skuid - ie. Save the record and then update it after with a changed Owner?
Hello!! This could be a paradigm problem, so let me know if that is the case. We have created a page that our user works through a list of records (table) that need action taken on them. Each row on the list has a drawer with action buttons and more information. We have a few buttons that call a flow immediately, and we have a few popups that make changes to main table’s model. Our user enjoys seeing what they changed upon save. However, when we use a button that calls a flow or a popup where changes are saved in the popup, the changes are not visible until we refresh the underlying model or the table, but that causes the user to lose their place on the page, and sometimes lose the record from the table if it has changed enough to be excluded from the table filter. Is there a way to force a refresh on just one row in a model? I was also starting to think, maybe there is a better way to display this kind of task. Thanks!
Quick question for those more familiar with features in v2. I am attempting to leverage the drawer feature on tables. Is there still not a way to make it a “only one drawer open at a time” setup natively? Maybe I am totally missing something or this is a new feature in Boston, of which I have not gotten to just yet 🙂 (I am still on Boston) Now for some feedback: I certainly see the benefit of allowing it to be open for multiple rows, but you reach a scalability/performance issue when you are dealing with a lot rows and data (at least the way I am trying to use it). From a performance and efficiency stand-point, I prefer to open one drawer at a time and call the respective child records of that row at the time the user needs it. I envision a world where this feature is dynamic: if you want it to be able to open for multiple, check this setting. If you want it only open for one at a time, click this setting. Everyone wins. Also, I am aware of some javascript on posts that help address t
Hello Skuid Community! Hoping to get some help figuring out if it is possible to display Global Actions next to each other, rather than requiring a click into the drop down menu. My users keep overlooking the dropdown that leads to anything other than the first Global Action. Thanks!
On the page https://portal.skuidsite.com/designsystem/samplepages there is sample code for all examples except the one I am looking for https://portal.skuidsite.com/designsystem/samplepages/preview/ordersdashboard I am looking to see how the “Segment by Subcategory” creates the chart.
Is there an example of an app that has used this that I can see on the App store or in a Skuid environment? https://docs.skuid.com/platform/en/skuid/deploy/native-mobile/
Can a UI-Field be used to count the number of records selected in a query? The first record would be “1”, the second “2”, the third is “3” etc.
Does anyone know how, if at all, a reference field can behave like a standard Salesforce lookup field - in that if you do not find the record you’re after, you could simply create a new one on the fly from within the lookup / reference? I’m trying to standardize inputs by moving from a picklist to a custom object in Salesforce, but a key functionality is adding the new records while in the process as they come up - which doesn’t appear possible with Skuid, unless I go the route of exposing several other fields through render conditions to make sure I capture all the required fields, then using actions to add a row to that model on save.
Hello, API v1 I have a table with a multi-select picklist that has the following settings. The problem is that users see all of the picklist values regardless of what record type the user belongs too. I want the filters to only show the values that are part of their record type. The table’s model is not loaded on page load since they need to select filters before they can load or else there is too much data. What are my options to fix this? Thank you!
how to use apex methods in skuid pages
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.