Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
When there are multiple row action options on a table component, how can I make them display in a horizontal way, instead of vertical, in the latest Brooklyn release?
I have an existing Model tied to a Risk Assessment object in SF. This object will also be used to store records for a Relationship Review. I have a tab set with a tab for the Risk Assessment which allows users to create new RA records and also contains a table that shows the RA records. I would like to create a new tab for the Relationship Review that is like the RA tab However when a new record is created I want it to default to the Relationship Review record type and also have a table that shows only those records. Can I do that with a single model or do I need to create a seperate model for the new tab?
One of my Salesforce customers is having issues with Skuid getting stuck on “Saving” There is no error message. Any ideas how to troubleshoot this problem?
I have a problem in Skuid I have to update a refrence field on behalf of two picklist fields value’s For Example: Matter Type A + Office = Consulting.Matter Type A and Office are picklist fields and Consulting is refrence field and field rerenderer in Skuid Picklist.Please help me out Is this scenario possible in Skuid.Thanks,Nitin Aggarwal.
Confusing title, so I will try and be detailed. Basically when a user inputs information, we don’t want them to advance to the next step unless there is a child record. For example, Lets say you were buying a charging plug for your phone. You need the cord that goes with it or else its useless. Our problem would be that you could need anywhere from 1 charging plug to 5. We do not want our users to be able to advance to the next step unless they have selected the “cord”.My initial thought was to use a roll up summary field and count the child records and if it was greater than 0 for each row we could advance, but given that if you only have 1 row in the model, rows 2 - 5 are going to equal 0 and that wont work.So my next trial is a set of 5 branch statements, but considering the amount of actions on the “Next” button, this is a considerable lift to use 5 separate branch logic statements to check how many rows are in the model. Does anyone have a potentially easier way (assuming that ra
Hey everyone, I have an iframe at the end of a wizard that is a VF page and a set of VF components within it.Currently the page is more “static” than I would like, because we allow our users to go back through the wizard and make changes, but when they navigate back to the last page the VF page does not rerender.Has anyone tried to initiate a rerender from a skuid action?Thanks, Richard
I’ve just started up the Skuid trial on my Salesforce Developer account and have been following this guide here: https://docs.skuid.com/latest/en/skuid/tutorials/pages/tab-page.htmlHowever, the page does not want to save whenever I change the model to my custom object or add any components beyond a page title. The save button is even grayed out although sometimes I am still prompted with unsaved changes when trying to leave/refresh the page. The page preview also isn’t updated when I just ignore this. Is there a step I missed somewhere or something I’m doing wrong here? I’ve just been following the guide.
I have a table that is displaying data as it should, but one of the rows is minimized and does not show the data needed.
Is there a recipe to have my skuid page ONLY “RM1_Leo_C_Level” show after I sign on to Salesforce. I do not want ANY indication that salesforce even exists. Like a “Site” page. A video would be great.
When using the scale to mobile option for a page, it creates a poor, sometimes unusable, experience for skuid popups. They bleed off the page and you can’t scroll. Two options:1) as part of the mobile scaling conversion, convert all popup widths to 100%.2) Make skuid popups open in a new window on mobile browsers
This is probably just a Friday miss on my part but I’ve seen the UI-Only Models for 10.0 but I’m not at all understanding how Reference types are used for UI only fields. The closest I see is “Referential Data Access” but those steps look nothing like the Reference UI.I haven’t figured out if these UI only fields solve my use case, I think so, for a Java snippet I now have but want to remove.Essentially we have picklist on multiple Account fields. (field1, field2, etc.). When a user is adding a new Contact I want the picklists from field1 to show. User then selects a value from that which is stored on the Contact. Same for field2, etc.Once I can get the data to display and be selected by user I’m probably ok using the action framework to store the data on Contact. But displaying is perplexing me.
Is there a way to see the old value of a field just before update in javascript. The params passed to a snippet after field update list the new value but I do not see a way to access the old. Similarly to trigger.old and trigger.new, but with just one value.I also did not see a way to do it with a custom skuid.event subscription. Example:Field was changed from 10 to 15. I would like to access the old value of ‘10’
I have a field that is conditioned to show when a reference field is null. I open the collapsible wrapper and it works. If I close the collapsible wrapper and open collapsible wrapper, the conditioning no longer works.https://drive.google.com/file/d/0B409lhd9sYDcT0VIMmcyTW9xaGM/view?usp=drivesdk
Hi,when I query a model the deck based on it stop showing all cards.Thew footer of the deck shows correct number of records (like Showing rows 1-1 fo 1) but the cards disappear. Any idea?
I’m trying to create a custom theme by picking :Mobile Classic" as base theme, but the theme composer page is not loading up (see snapshot). I’m using Mac, Skuid v10.0, Google Chrome browser.
Hi, we have Skuid license on some of our users, but not on all of them. When we create a visualforce page to override the Edit opportunity, the people without skuid license have problems with the standard salesforce inline edit in the opportunity detail. In their view of the opportunity detail, if they want to change a single line, they have to click on the edit all button. Here is the skuid page code: <apex:page standardController="Opportunity" extensions="skuid.Redirects" action="{!redirect}?objectType=Opportunity&amp;actionType=Edit"> </apex:page> Any suggestion on where the problem could be ? Thanks a lot, Giovanni
Scale to mobile is awesome. I have been going through my pages to touch the up so they look great with the scaling. I have run into the issue with several components that are in responsive grids where the component extends to the right out of the grid and off the page If the grid is set to fit to content. All other grid setting seem to work as expected and it is happening with several components so it seems like it must be the responsive grid component causing the issues Recreate: Add a responsive grid to a page set to scale with mobile. See the grid panel to fit to content. Add a rich text component. Type a long sentence in the rich text. View on a phone. IPhone 7plus Skuid version 10
I’m struggling with a contact lookup not displaying the account contacts. In this specific scenario I’m logging an activity/task. The task is related to an Opportunity and I want to assign the customer contact to that task as well.I have developed the ability to pre-populate the field with the primary contact. Where the issue is occuring is when I click the magnifying glass in that contact field. It displays a popup, but the lookup is going into all contacts in my org instead of just contacts on that account.My Related Contact model is only pulling in contacts with the Id in the Account model.How do I narrow the magnifying glass lookup?
This is both big praise and small problem. The Mobile tables are really nice. I really like the collapsing filters that open in a sliding panel and wouldn’t mind seeing that as an option in the regular desktop layout. One small issue is that the close button on the filter sliding panel doesn’t work. You can press in the main page to get the sliding panel to go away, but the close button doesn’t do anything. The table is on a page include, so that may have something to do with it. Version 10 Latest IOS Mobile Safari
Salesforce has properties called UITheme and UIThemeDisplayed in the $User global variable for use in visual force pages. When I access skuid’s version of the $User global variable, I don’t see these properties. How can I know if a user is in lightning or classic from a skuid page?
I have created a google calendar API and using it as a data source. On preview, I am getting this error ‘Login canceled’.
I’m trying to run an action on the selected row as the row is selected using the Skuid table checkbox. I know I can create a UI-Only checkbox and then run an action when that checkbox is selected for that row, but that doesn’t allow me to use “Select All” Checkbox at the top of the table or run mass-actions on those selected rows. Is this possible?
{{{$Model.modelname.0.Id}}} - this is not merging the actual id value in Windows machine. It works fine on Mac. Skuid version 9.5.4Is there any way to fix this?
I have a detail page that has two lookup fields that I want to utilize the global search component to find options for our users. I think the branch action could address this, but I can’t figure out how to determine the object type in the formula. Is there a way to create a branch process to tell whether the selected result is a Contact or our custom object and populate the corresponding lookup field?
Works for everything else, but dragging and dropping from the Outlook client is not accepting the file
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.