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
I have created the Master Header Page with a logo and a few menus. I exposed menu in the community. When I log in as community user I am not able to see the menu.
It has been so long that I forgot. <apex:page standardController=“MMA_Instructor__c” extensions=“skuid.Redirects”> <skuid:page page=“include_MMA_Instructor_DETAIL__3”/> </apex:page> What syntax do I use to add the specific id for the MMA Instructor Record? This is a detail page. Such a newbie question, and I am not a newbie–just forgot.
Hello, I have a table where I allow mass update for a single purpose and would like to add a label above the standard mass update checkbox so that users know what it is for. How do I add a lable to that checkbox? Thanks in advance!
Capture5.PNG Has anyone faced the error below with a lightning component before? Not exactly sure what it means. I am getting this error with specific users, but I myself (an Admin) do not get this error when I look at the page. ’ [There was an error rendering a Skuid Page component for page DHC_Physician_Search TypeError: Cannot read property ‘publish’ of undefined] ’
How to pass “Set” from JavaScript(skuid page) and get to in apex ?
Where are the caching settings on Skuid 12.4.11? Thanks!
I’ve built a custom field renderer. I want to render table rows as red when the field mode is read only and value2 is not equal to null. Value2 is a lookup field. I’ve tried both of these: if (field.mode == ‘readonly’ && value2 !== null) if (field.mode == ‘readonly’ && value2 !== ‘’) Currently, here’s my snippet – it’s showing all rows as red var field = arguments[0]; var row = field.row; var value2 = row.Termination__c; var value = skuid.utils.decodeHTML(arguments[1]); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; if (field.mode == ‘readonly’ && value2 !== null) { field.item.element.addClass("UpdateForm_row-red"); }
A skuid page that walks a user through a two step process of collecting data is not loading at times. When the user clears the cache on Chrome it loads again. I cannot find the cache options on the page settings. We are running Skuid 12.4.11.
I have some nested decks of aggregate models. Certain rows in the aggregate models have fields null values. It would appear that for anything with a null value that relies on Context, it does not display for the nested deck underneath. Am I doing something wrong here? How do I get nested decks to work when the context is Null = Null? For example: I have a base deck: A, this deck is an aggregate deck on a “Grandparent” model with a field “Grandparent” and a count of all their children/grandchildren. I nest a deck under that on the “Parent” model with a similar count where context is “Grandparent” = “Grandparent”. I nest a deck under that deck with the model “Child” where context is “Grandparent” = “Grandparent”, “Parent” = “Parent” This all works fine except for when the Grandparent or Parent is null. If it is null, the nested deck context underneath doesn’t seem to pick it up whereas it should be finding for instance (Parent)NULL = (Parent)NULL and showing the row in context. What migh
I have some nested decks of aggregate models. Certain rows in the aggregate models have fields null values. It would appear that for anything with a null value that relies on Context, it does not display for the nested deck underneath. Am I doing something wrong here? How do I get nested decks to work when the context is Null = Null? For example: I have a base deck: A, this deck is an aggregate deck on a “Grandparent” model with a field “Grandparent” and a count of all their children/grandchildren. I nest a deck under that on the “Parent” model with a similar count where context is “Grandparent” = “Grandparent”. I nest a deck under that deck with the model “Child” where context is “Grandparent” = “Grandparent”, “Parent” = “Parent” This all works fine except for when the Grandparent or Parent is null. If it is null, the nested deck context underneath doesn’t seem to pick it up whereas it should be finding for instance (Parent)NULL = (Parent)NULL and showing the context. What might I be
If you can see the image the red highlighted area is nothing but an iframe. I have a table which has drawer and each drawer is having an iframe which loads another skuid page. Every row of main table has drawer and every drawer has same iframe with same skuid page. How to make the height dynamic. tried some code but its not working for all the rows. It’s like once the height we got that is what the height it’s displaying for all other rows. So onload of iframe i am calling below function to make dynamic height function onLoadOfIFrame(obj) { //obj is the id of the iframe which i am trying to pass. As every row have diff ids. obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + ‘px’; //var height = $(‘#’ + nid).height(); //$(‘#’ + nid).height(height); } But’s not working for all the rows. Anybody have any idea do share how to make it dynamic which works just like the (place a skuid page in drawer as page include).
Creating a new row doesn’t place the cursor in the first input fields of the newly created record. Using the tab doesn’t move the cursor to the next input field.
Right now we made a lookup field as mandatory but if user not selecting any lookup item and trying to save it’s just showing a red border over text field. The expectation is it should display a message like this field is mandatory. How to do that?
On my opportunity detail page users add product/opportunity line items, which can then be added to quotes. However, when a new quote is saved the quote does not have the line items. When I try to update the quote with the quotelineitem Id I get “Quote Line Item: id value of incorrect type:” The Id displayed is actually the opportunitylineitem, how do I get the newly created quotelineitem Id to update the quote?
It has something to do with access to sites that were changed in summer 2020. I thought I had made changes. Guests can no longer access http://my.dorothy.com Help ASAP. I can be reached at 727-400-3201 or bill.fox@dorothy.com
I need to get the id after using save() .
How i can restore deleted page ?
The Safari browser on Iphone is not rendering the Skuid portion of the Home Page (mine has an override) in Salesforce. It works fine in the Google browser on Iphone and it works fine in large websites. Does anyone know any fixes to get it to work on Safari on Iphone?
HI, Wondering if this is possible. We are use a DSO with PostgreSQL and when inspecting page load, it seems every model is pulling from DB. Here’s my scenario and question I have a table of transactions with a field named Category: For each category I need an AGG model, and Regular model So if i have 5 categories, i will have 10 models, and it seems each is querying from the DB Here’s my idea/question, any help would be appreciated. Can i query this table fully once (model named: all_transactions) and then all 10 models mentioned above would basically would ‘Grab’ the data from that model only without ever needing to query from the DB? I tried with condition that all the 10 models’ ID is in the set of values from any row from all_transaction table, but it seems to me it still pulling from DB. Hope it’s clear. Thank you
After I am able to access the following page once: https://dorothy–skuid.na103.visual.force.com/apex/UI?id=a0g3a000005ibNM&sfdc.override=1&page=RM1_Stack_Member When I try to bring up a second time it get this: Apex CPU time limit exceeded An unexpected error has occurred. Your solution provider has been notified. (skuid) Started happening today.
I need to set the output of a Ui-only formula field to a certain number of decimals based on a field in another model. Basically I’m looking for the equivalent of value.toFixed({{$Model.OtherModel.data.0.Number_of_Decimals}}) which I could do in a javascript snippet, but there doesn’t seem to be any function similar in the ui-only functions area. I know I can make a field editor or table, add my values in there, then use a custom render snippet, but I want to show these values in a Template/Text component.
Hi, I have an aggregate model with totals on currency and number fields, but they are all left aligned in the table. And I do not see any options to change this on the field properties. Also, I had to create UI formula fields that reference the aggregate field, because I could not edit the decimal. Is this best practice? Thanks
I wanted to know if it is possible to dynamically get a specific row from a model by using a UI-Only field that stores the desired row number. With global merge I can do this - {{$Model.Case.data.75.Age__c}} and that returns the 76th record. What I’d like to know is there a way to replace that 75 with a UI-Only Field merge syntax that stores the row number I want to return. I tried this: {{$Model.Case.data.{{MyUI-Only}}.Age__c}} but I gave me an error as it doesn’t like the the 2 sets of open braces in a row.
I created a reference field, after selecting the magnifier glass the pop up window below appears. Is there any way to edit the title
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.