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
In classic a tab page with the Lightning Design theme has a left/right scroll bar at bottom as soon as the page opens as seen here: In Lightning the same tab page when opened, there is no left/right scroll bar at bottom as seen here: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20180410-83598-rk4x58-Lightning_Design_theme_tab_in_Lightning 1 inline.PNG “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1723826/RackMultipart20180410-83598-rk4x58-Lightning_Design_theme_tab_in_Lightning__1__inlinePNG1523366517”) If you scroll all the way down to the bottom of the page, a very tiny bar appears but it is very difficult to see and use. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20180410-57547-3b0teq-Lightning_Design_theme_tab_in_Lightning 2 inline.PNG “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1723827/RackMultipart20180410-57547-3b0teq-Lightning\_Design\_theme\_tab\_in\_Lightning\_\_2\_\_inline.PNG?1523366526”) Is this something that can
I’m using 11.0.8 I have two Rich Text Editor fields. They work fine in a page include in a Queue. They work fine in a popup within a drawer. But they don’t work in a field editor within a drawer. I’ve tried quite a few different things, edit mode, inline editing, custom snippet, different model. Everything is setup the same way as on the page include. The page include won’t work in the drawer either, even though it works in the Queue, or in a popup. It’s not just that the editing tools don’t appear, you can’t type in the field either. Here’s in the Queue, working fine: Here’s in the drawer. After clicking in the edit box, the Minutes field expands like it’s going to let you edit, but the tools never show and you can’t type. There’s no error in the console.
Hi All, I have a small peculiar issue that I could use some eyes on. Within a field editor I have a custom user lookup field. When this field is edited and a new user is selected the field then displays nothing (appears blank) as opposed to the italicized yellow/gold text of something that is an edit. Although, upon saving the change is honored on the record in salesforce and will even appear after refreshing. We would like to fix this as it causes confusion for our users. Screenshots here: Unedited: Clicking to edit: Search and select new user After user is selected this is displayed.
Has anyone replaced with standard calendar event popup with a sliding panel?
Hello team!The Go to URL action is forcing a new window in Lightning regardless of the target setting; current window and parent window have the same problem.I do get to the right page however it’s always a new window which is a less ideal user experience! 😛I’m on version 11.1.8 in my sandbox.Thank you,Dan
Is it possible to remove the icons from a tables mass-action dropdown menu? I tried clearing out the icon choice and it still sets it to the previously chosen mass action.
When I convert this action sequence. The action sequence is empty.
We have upgraded our sandbox instance to Millau. We have a button that when clicked, goes to a url in a separate page.Action below./apex/skuid__ui?page=Engagementplan&Id={{{{Id}}}}As an admin, when i test this button, it works correctly, and the Id gets populated in the URL. See belowhttps://skuid.cs85.visual.force.com/apex/skuid__ui?page=Engagementplan&id=001w000001EuB3SAAVAs a non admin, but a skuid page viewer, when I click this button, it opens the new page, but doesn’t populate the URL with an Id, it simply adds a } See belowhttps://skuid.cs85.visual.force.com/apex/skuid__ui?page=Engagementplan&Id=}This doesn’t seem to be happening in production (not yet on Millau). Any ideas for the Id isn’t getting passed into the URL?ThanksGlenn
When attempting to query CaseComments by ParentId, I’m running into an issue with the model conditions. According to the error, it appears that an 18 character Id is being passed to the SOQL query, which would be fine if it was enclosed in single quotes. My troubles occur when I try to set that condition in an action to have the single quotes on either side of the Id. The error indicates that a is inserted before the single quotes.
I have a table (opportunity line items) with two filters (opportunity record type, and opportunity probability), 7 sortable fields, which pulls through less than 1500 records. The table opens as a popup when a button is clicked.When I sort the table on any field with no filters on, 1325 records load without issue. When I sort any field in the table with record type filtered to any value, I face no issue.When I filter of the probability field, a numeric range filter type, I seem to run into some issues.If the probability is between 10 and 90. All records are returned and I can sort on any field with no issue.If the probability is between 11 and 70. All records are returned and I can sort any field with no issue.If the probability is between 11 and 69. I get an error “Filter could not be applied. Apex heap size too large”If the probability is between 20 and 60 . I get an error “Filter could not be applied. Apex heap size too large”If the probability is between 30 and 60. All records are
Hi Team,We are using skuid page to display the record detail, I am facing below Unexpected issue : - 1. Using standard save button, On click, Sometimes not everytime, those row disappear to display, after again attempt It works.2. It is not happening every time, It happens sometime unexpectedly .FYI - We are not using custom button, Only standard action done using standard button to save the record.Can you please help us ?Thanks
I have been using the “override field metadata” properties on several pages to limit picklist values allowed by the user and has been working fine for several months up until now. Instead of showing the manually added picklist values, it shows all of the fields picklist values. Happens with multiple sobjects and fields.Currently using Salesforce Classic/Milau 11.1.8 (upgraded this morning from 11.1.6). Thanks,Ann
I have a popup with a table temple that works well on pages that are allowed to be in an iframe. Is there any method to do this without iframes so I could get a pages that don’t like iframes? I want them to show in the popup.
When attempting to view any of our Skuid pages, we see the following. Cannot find any status page on the Skuid site, but briefly chatting with Melissa Pipkin, she indicated that there is an outage of some sort happening. Anyone know more?
When a user edits a field on one of our custom objects I would like to create a chatter post related to that object that identifies the new and old values and the user who updated it. Is that possible using skuid models, or do I have to call Apex code to do it?
Hello all!I was wondering if there was any possibility down the roadmap that we’ll be able to view a Salesforce record’s Lightning detail page in a Skuid popup. I know a lot of this is out of your hands but I thought I’d ask as I used to love the Skuid-table-with-row-action-detail-popup life pre-Lightning.Cheers!Louis
Hello everyone,I have a table with a custom row action. I would like to render the row action based on the value from another model. The problem I am facing is I cannot work out how to get the value of the current row to compare with the value from the other field. var params = arguments[0],<br>&nbsp; &nbsp; $ = skuid.$;<br>var selectedWorkItems = skuid.model.getModel('SelectedWorkItems');<br>selectedWorkItemsFirstRow = selectedWorkItems.getFirstRow();<br>if(selectedWorkItems.data.length === 0){<br>&nbsp; &nbsp; return true;<br>}<br>if(selectedWorkItems.data.length &gt; 0){<br>&nbsp; &nbsp; if(selectedWorkItems.data[0].Site_Certification_Standard__r.Site_Certification__r.Site_Certification_Contact__r.Name === <b>currentRow</b>.Site_Certification_Standard__r.Site_Certification__r.Site_Certification_Contact__r.Name){<br>&nbsp; &nbsp; &nbsp; &nbsp; return true;<br>&nbsp;
The ‘update themes’ feature seems mysterious and a bit risky. I’ve been surprised by the unexpected impact to custom themes.Can someone please explain or point me to a reference that says exactly what is happening when we push the button? All the themes (standard and custom) get a new modified date, but what is really changing? Is there a way we can inspect the changes or diff old and new? Note: This conversation was created from a reply on: Custom Themes - Do they updated as well?.
Senior Jisc Management profile should have a checkbox checked on new record loadAnother profile should have the record unchecked on new record load.How can this be easily achieved, without creating a new page?I am open to the idea of using Javascript snippet on page load action if somebody can help me with the code, my example below isn’t working, and i’m not sure how to fix it! Thanks for your help if ($User.Profile.Name == 'Senior Jisc Management') { var model = skuid.$M('Event'); var row = model.getFirstRow(); var alldayevent = true; model.updateRow(row,{IsAllDayEvent : alldayevent}); }<br>
Hi, We would like to report the CSS issues which we have been facing with Lightning Design theme in Lightning Community Site. The version which we are using now is Millau 11.1.6. 1/The header borders of the table shown in Community Site were cut-acrossed. (Please note that we are using the Lightning Community) 2/ The padding / margin between the textboxes is very close, it seems that there is no space between these textboxes. Please help to provide us the solution or workaround for this issue. Thank you.
Hi Team.I want to monitor the console log on click the standard save button on skuid page. Could you please let me know how to add console log without javascript code snippet used ?Thanks
I have a table that runs a lengthy javascript routine on 3 fields in each row. Rendering the table takes long enough that users will not wait patiently. I would like a put a message in front of them until the rendering is complete. What is a known, proven, and reliable method for doing this in version 11.1.6? Millau seems to have introduced a new rendering scheme that makes prior methods unreliable. Please tell me what is supposed to work and I will tell you if it does or not. If it helps, the table is inside a tab and has a pagetitle above it.
I have a page consisting of a tabset with four tabs. I have added a 3-second, Show Message and Block UI, as a When First Shown action to each tab. The message only appears on the second tab, no matter which order I select the tabs. Millau 11.1.6
I have four objects. I have created a query on “CR_Use_DNA__c” and returned those records in a table. How do also query the “Contact_Record DNA” file with the “Contact_Record_Id__c”. I to want pull the Organization__c form the “Member_DNA__c” Here is what I am trying:https://drive.google.com/file/d/1Q8k0AcRhOW3pldLExytnUhc5q8kZOUmf/view
I wish to populate the EndDateTime field on my Event model with date/time of now + 1 hour. How do I achieve this? I’ve hacked some javascript below based on some other posts but it’s failing. var params = arguments[0], $ = skuid&#46;$; var model = skuid&#46;$M('Event'); var row = model&#46;getFirstRow(); var dateVar = row&#46;EndDateTime; &#47;&#47;convert from Salesforce date to Javascript date var jsDate = skuid&#46;time&#46;parseSFDate(dateVar); &#47;&#47;add an hour jsDate&#46;setHours(jsDate&#46;getHours() + 1); &#47;&#47;convert from Javascript date back to Salesforce date var hourAdded = skuid&#46;time&#46;getSFDate(jsDate);
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.