Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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.
I have a DateTime field in a table, which also has an action running on it. When a new row is created in the model, the DateTime field prepopulates with Today’s date and time. Depending on what time this row is created, the minutes picklist will populate with either 1 min increments (00-59) or 5 min increments (00-55). I’ve attached 2 screenshots to explain better. New row created at 9.25 (Minutes picklist in 5min increments) New row created at 9.26 (Minutes picklist in 1 min increments) This isn’t so much a problem, more of an observation, as the row actions here are fantastic. But would there be a way to limit the picklist to 5min increments?
All of our Skuid pages are housed within full-screen Visualforce pages. We’ve been experimenting with cache=“true” and expires=x (where x is the time until the page expires) in the Visualforce pages so as to cache repetitive information, like the nav bar, logo, page structure, etc. Some of our Skuid pages are quite meaty, so this can have a dramatically positive effect, for example reducing the load time for one commonly used page from 5sec to 1sec for every repeat load. But it’s raised some questions:We have a client page with a tabset, and one of the tabs is for Services, which displays a table. I have the VF cache expiry set to 10mins. If I edit one of the services, navigate to another page, then return to the client page (which is clearly being served from cache) and that same service, it displays the old value. If I hard refresh the page (shift-refresh), I get the fresh client page and the new service value. This seems odd, because the Service tab is set to lazy load, and in fact
I have a custom component that I’m using on a few of our pages, and just realized that I don’t have the option to render the component like a ‘native’ component does. Is there something I can add to my component’s javascript to make this an option? We now have a need to conditionally render it based on a field in one of the models, so having this option would be great. If there’s no way to add it to custom components, is there a recommended workaround?
I have an account detail page thanks to skuid CRM but we have a custom object called job. We want to be able to add a job to the opportunity and account. When clicked this should open a pop-up that will pre-populate the account and opportunity. The user will then add the dates and description, save and close. The job should now be associated with both the opportunity and the account. I can’t seem to figure out how to make this happen.
My Javascript is very “beginner” at this point. Could someone tell me the syntax for a snippet that would add a row to a table (Model B), capture data from a field editor field (Model A), and update the new row with said data? It will actually be multiple fields, but I think I can adjust the code if someone can give me a head start… thanks so much for any help on this!
I am trying to add a new task to a custom object using inline editing on a table. I have a custom object called ‘Airport’. on the skuid Airport page there is a tab that contains a table with tasks as the model. I am using the default green ‘+’ to add a new record. It creates the task, but does not relate it to the Airport. In the standard salesforce page, when I create a task from the airport it automatically sets the “Related To” to the correct airport. How do I get Skuid to set the ‘related to’ to the current Airport?ThanksAndy
Is there a way to “hide” columns in a table so that the data would be invisible to the user, but would still appear in an exported Excel file? I’ve tried setting the column width to zero, but that doesn’t seem to have an affect…
The user needs to be able to view a PDF file attachment. Is there any way to do this in a popup or a link?
I have a page that allows a user to add a task. There are 2 record types. Master and a custom one. I do not know why they have it set up this way, but 90+% use the Master record type as the default. If the master record type is the default, I get the following error when I save“Task Record Type ID: this ID value isn’t valid for the user: 012000000000000AAA”If I set the default record type to the custom record type it is fine. Does skuid not support ‘Master’ as a default record type?ThanksAndy
one more question would you know how to close the popup from the javascript snippet? Note: This topic was created from a reply on the loop through rows in a model topic.
i’d like the user to be able to view a popup with additional information on the field. is this possible?
Using something similar to the code below how can I write a javascript snippet to loop through all the data in a Model displayed in a table.Basically I have 3 columns and one of the columns contains checkboxes.The user can check any of the checkboxes for each row.Once they click on the button, it calls the snippet, which should then loop through and get the Id’s of the rows that have been checked.(NB when looping through to check each row, to see what has been checked if the data has not been saved yet, can we still get the Id’s of the checkboxes that have been checked?)var params = arguments[0], $ = skuid.$;var OutstandingItemModel = skuid.model.getModel(‘OutstandingItem’);var allOutstandingItemData = ;allOutstandingItemData = OutstandingItemModel.data;var i = 0;for(i=0;i<allOutstandingItemData.length;i++){var itemRow = itemData[i];}
We have a job detail page built which has a table listing the users associated with the job thru a junction object job_users. In the list of users we want to add a row action which will clock the user in and one for out. To “clock in” the row action sequence need to add a new log entry to the log entry with the following fields:type = timecreated by = logged in user (log entry object)user = the user listed in the row (log entry object)time in = current date/time (log entry object)job = the job you are on the detail page of (log entry object)user status = true (for clock in) (user object)save and update the rowfor clock outfind the last log entry for the current job that had a clock in time and a blank clock out time for that user and jobupdate that log entry setting the time out field to the current time.set user status to falsesave and update the row.Can you help me thru this? How do I get the data from the current row and job to feed these fields?
what i need is a way to say, when the page loads, fire the event for the first tab that would be fired if the user clicked on iti have the code for responding when a tab is clicked on… but when the page first loads it does not run
I having a table wit 2 fields(field1 and field2) with a row action in a table which performs search functionality. In row action i kept redirect url and passed names(which i selected in 2 fields) of both fields into url. In redirect url i specified conditions and added Grouping Logic. If 1 field is entered it is working fine in case when i click on row action. But if i enter both fields and click on row action then i am not getting actual records with same field values in redirected page. I had written 2 conditions in redirected page and grouping logic ((1 or 2)or (2 or 1)). How can i achieve this in row action.
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.