Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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
Hey! Is there an end-of-life planned for V1 pages? I See in the documentation that there is a V1 to V2 converter, but it says I can access it from the more options on the page list and I don’t have that as an option (Skuid for Salesforce). I very much don’t look forward to converting all my pages, but I want to make sure I don’t get caught with my pants down if you announce stop of support for V1! Thanks!
I have created a printable form using skuid components in a V1 page. It looks and works great. I just have one last snag. we now need to print these forms. The checkboxes in the table components are too light when in read mode. They don’t even print on some printers and others they are barely visible. Though I can put a template component with checkboxes in them and style those fine, I cannot get the any styling approaches to take effect on the checkboxes in the skuid table components. Can someone rescue me from my design prison? Just a black border would be fine, but the ability to control border color, weight, background color and size would be great. I know there are issues browsers and checkboxes, but I am able to style checkboxes in a template component, so why not a skuid table component? Thanks!
Hi, I have a model where multiple rows are present, Lets Say i call it Model A. I need to insert all the rows from Model A to another Object Model, lets say Model B. I want this from a sinlge button action i.e., User will not select or Mass select the rows from Model A. I want a single button action which will select all the rows from Model A and Create records in Model B. I used the Create Row(s) action, but it is just picking the first rows from Model A. Other rows are not getting inserted into Model B. Is there any way we can achieve this? P.S- I am avoiding writing a Java Snippet. Thanks fellow Skuidders.
I have one user whose Skuid pages won’t render the information; I have no idea what could be causing this issue. The user has the same permissions as the rest of the team; we tested other browsers, Computers, clearing the cache, and still no luck. Has anyone been experiencing this?
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.