Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am running into a similar situation, in which I am trying to load a popup and I need to run javascript to hide / initialize certain items on the page. However, the popup is using a page include. The page Include by itself works great as I have an in-line javascript code that runs and initializes everything. However, when I put it inside the popup and call it from another location it doesn’t work, its as if the initialization code is not running.I’ve tried the action framework as well, by calling an initialization script after the pop-up action. I get the same results.Any ideas? Thank you. Note: This conversation was created from a reply on: Run script snippet before popup.
I have a table with an attachments field. It works fine, but I don’t want the large green button appearing in the table. I have set up a second field that contains a small button linked to the attachment. My issue is that I’m not certain how to upload the attachments without the original field. Is this possible?
Use Case:Create a recurrent series of events in SF.For a created series, it needs to be able to be changed on a go forward basis only - AssignedToID - Day of Week - Time of dayFor a created series, it needs to be able to be deleted on a go forward basis onlyFor a created series, it needs to be able to change AssignedTo on a go forward basis onlyComplicating Factors:Updating the RecurrenceActivityID record updates ALL events in the seriesDeleting the RecurrenceActivityID record deletes ALL events in the series (if performed via API)Visual Workflow doesn’t play well with DateTime input fieldsI thought I would consult the ninjas before charging through with the following rough workaround:Part 1 - Create a Flow for creating new recurring eventsPart 2 - Create a Flow for deleting series (with same RecurrenceActivityID and ActivityDate in future)Part 3 - String together the flows as follows:Create series (obvious) - use the flow from Part 1Change series - use part 2 to delete all
Is it possible to conditionally format a text field to a certain color when the text value is a specific entry? For instance, RED text when the value is “incomplete”…
I have added ‘Create New row in Model’ action and i want add default value of Price field with Negative value of another field , how i can Merge that Negative value?UnitPrice__c = {{$Model.Product2Id.data.0.UnitPrice}}I want to assign Negative value of Product unit price.
The order keeps resetting every time I refresh the screen…
I’m trying to create a table that is about child records, but I only want to display one child record per parent record by the most recent date. I’ve tried to figure out how to do this through conditions and subqueries, but I haven’t figured it out yet. Anyone have a suggestion on how to display multiple child records, but only one per parent record?
Ok, so what is the difference between data & dataMap and fields&fieldsMap and when would you use them? They seem to be very similar. Thank you
Is the order of execution for creating new records via Skuid table the same as if I created it in UI? I have a Salesforce Workflow that fires a Flow Trigger and updates some Custom Object fields but I get different results if I create the record using Skuid vs. in Salesforce UI.Use case is that I want to take 2 values in the newly created record and perform some calculations on them and update 2 other fields in same record. When using Skuid, those newly created fields keep returning as “blank” BUT if I create same record using Salesforce the correct values are in those fields and workflow updates accordingly??
Thanks Rob & Zach,I currently have this working in a test org with multi currency enabled. Just wondering if its possible with a render snippet to hide the currency code prefix? As we have 6 currency columns, in addition to the currency picklist, each one of those is rendering USD or EUR etc, so each column is repeating unnecessary values. We do want to give users the ability to edit the currency in the row, so there isn’t really a need to specify currency on every other field in the row.I recall seeing a post about this a few days ago but have searched high & low and can’t seem to find it now. Maybe I dreamt it. Sometimes I dream about Skuid.Would it be possible to hide the 3-letter currency prefix? Note: This topic was created from a reply on the Multi Currency with Skuid in a Managed Package topic.
Is there a way to control the screen position of a popup? I have a custom popup with an image, but it always open cutoff on the bottom of the screen…
Just wondering if anyone out there has gone through the process of deploying Skuid in a managed package AND offering optional Multi-Currency support in that package?We have a few customers (not all) requesting Multi-Currency, and we will of course need to include dynamic apex into our triggers and classes to allow for this, but how do we also do the same for Skuid pages?If we include the currency field in a Skuid page, will it be automatically dropped for orgs which don’t have multi-currency enabled, or will the page throw an error on load?
I’ve been searching for an answer on this, but cannot find it. So I thought I ask. I want to disable a Tab Panel within a TabSet. If so how? Thanks.
I recently completed the “Table Component: Custom Field Renderers” tutorial and it worked as expected. We have successfully created a custom editor for a picklist field in a table element. However, we weren’t happy with the ui-silk icons used the example so we added the font-awesome css as an external resource and are now using the font-awesome icons in place of the the silk icons. Taking it a step further, we would now like to add text labels to the icons. However, our javascript skills are rather limited and we are at a dead end. Using the same example from the tutorial, how can you add text labels to the icons created for the custom editor? Here is the javascript snippet from the tutorial that we tweaked to pull in the font-awesome icons (we are also using bootstrap to generate the button colors): var $ = skuid.$, field = arguments[0], value = arguments[1]; var cellElem = field.element .css( 'margin', '3px' ); switch( field.mode ) { case 'read': case 'readonly': var
We recently purchased some custom web fonts that are being served by typography.com. However, part of the instructions from typography.com include adding a uniquely licensed css link to the head of the page that we’ll be using the font. Since we don’t have access to the tag in Skuid, is there another way that this could be accomplished? Thanks in advance for your response!
I have a custom visualforce tab called billing that loads a Skuid page. We have created some cool ways to submit billing for different codes through this page. However, I don’t want users with profiles of “Director” to be able to see the tab called “Behaviorist Billing” and I don’t want users with profiles of “Behaviorist” to see the “Director Billing” tab. My first approach was going to be to use page assignments to create different pages for Director profiles and a different page for profiles with Behaviorist profiles. My understanding is page assignments work for object tabs but not for custom visualforce tabs. Correct me if I am wrong. So my next thought was I could conditionally render the tab so only the right tab shows up based on the user profile of the user viewing the page. So I created a model called User, added the id field, the profile id, and profile name fields. I then added a condition. id = to user info of user viewing this page. I then go to the “Behaviorist Billing”
I’m working on trying to better automated some of the steps in our deployment process, and am wondering if there’s a way to run the package & unpackage pages features (where the pages are stored/pulled from a static resource) from apex. I’m using the metadata API to pull down our changes from our dev sandbox & push them to our QA sandbox, but right now, I have to go into the dev sandbox, package the pages, then remember to unpackage them once the deployment is done in the QA sandbox.I think I have a way to execute anonymous apex with the metadata API - does Skuid currently give us a way to execute these 2 functions in apex?
Is there a way to have a panel set with a defined width panel (300px) and another panel that will cover the balance of the panel set width?
I have a list of images (icons) in a document folder. (on Salesforce)I have a custom object that I would like users to be able to select one of the Icons and associate with an entry.Users can add an icon at creation, and modify on edit. The basic object create/edit page exists already, I do not know how to populate a list from another table as a dropdown for the user to select from (and save as a string which is the URL of the image)I can do this in visual force pages and js, but I’m very new to skuid. What is the best way to do this? any examples/tutorials would be appreciated.
When is the next Skuid certification class?
Is there a limit to the amount of values that can be in a picklist on the Field Editor? I have a picklist showing the names of records and I am seeing a list of 50 out of a possible 56 records. (I have confirmed that this is not an issue with model conditions.)If there is a limit, can I increase?
I know this can be done with the ‘Mass Actions’ option, but I’d prefer to do it with a script if possible…
I have a popup table with the option to click a Row Action that needs to open the Page Include panel to the selected record. I have the Row Action set to ‘Redirect to URL’, but I need to understand what URL to input and how to open the URL in the Page Include. Any thoughts?
The meeting date field below needs to have Today’s date by default and allows the user to adjust. What’s the best way to meet this requirement? Do I use a Field Renderer Snippet?
I’m trying to figure out how to dynamically color a status picklist on a lead’s table. Can you suggest the best way to do this? The leads will be updated via a popup and will need to re-render if it’s changed.
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.