Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Can someone point me to documentation for rolling out Lightning with Skuid pages? We are looking to move our org to Lightning; some users will use standard Lightning pages whereas other users will use Skuid pages. We used to use Assignments and VF Page overrides. I believe we will now need to convert to Skuid pages embedded in Lightning Components. I’m having a hard time determining if I can do this easily.
We are building out a community on the Partner Central template. We are using Salesforce DX and scratch orgs, and we’ve also taken the time to use the skuid-grunt tool from NPM to help get our Skuid pages into source control.We’re using the Skuid Lightning Component in the builder, and the page appears. But we’re finding some confusing behaviour - I’ll use the latest example we’ve had of the problem.I wrote a custom field renderer to show a contact’s Name, Email, and Phone number in a field, rather than just their name (template fields don’t work in the Community - I’ll post about that separately!).The Customer changed their minds, so a colleague of mine took out the bit of the Javascript snippet that added the phone and email address. He pulled the page and put it into source control; I pushed it into an org. In the Community, the old version of the page continued to show - I could still see the email and phone number. Running the page internally (launching from within LEX), I got the
Strange. Only in this one client org w/ 11.1.10. My org has same version without any issues.
I have created a custom skuid page on which on the hit of a button another page is getting open as popup.I am getting below error on the console on hitting the button.
I am sending an email using the standard ‘Send Email’ Action. This is from a skuid page embedded within a lightning component. I would like to continue with more actions, ONLY if the email was successfully sent. Is there a way to validate whether the Send Email action has succeeded or not?
This is odd. I have an org w/ version 11.1.10 version. This is the version which has the fix for this issue? Missing Silk icons in version 11.1.10.
I receive a different number of search results when clicking “View” after searching for results using the search component Results returned by entering text in the search bar, note Opportunities showing 5+ records Results returned after clicking the “View” button Opportunities showing 4 records !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20180430-95229-wy107f-Pasted_Image_at_2018_04_16_02_56_pm 1 inline.png “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1727567/RackMultipart20180430-95229-wy107f-Pasted\_Image\_at\_2018\_04\_16\_02\_56\_pm\_\_1\_\_inline.png?1525086048”) Amy ideas why this is happening?
Hi,I have a table mass action which opens a popup. In the popup, I have a button which calls a snippet to update few fields on the selected rows. I am using save() method to save the model rows. Once saved, I am closing the popup but the problem is that save is not happening. I can see the unsaved fields with updated values after popup is closed.I even tried to remove the same method from snippet and add it as an action but that too did not work. I do not see any error in console. Any help is appreciated.
Column sorting does not work as expected on reference columns. Clicking on the sort function a second time does not lead to a change in sorting order. Inspection of the model shows that the initial order by element is appended to the orderbyclause as many times as the sort action is clicked. ex.: orderByClause:“Product.Name ASC NULLS LAST,Product.Name ASC NULLS LAST,Product.Name ASC NULLS LAST,ClosedDate DESC” <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Cases" limit="2000" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Case" orderby="ClosedDate DESC"> <fields> <field id="RecordTypeId"/> <field id="Id"/> <field id="Subject"/> <field id="CreatedDate"/> <field id="ClosedDate"/> &
When using the HTML tags on a child page (on the “Topic” object"), the tags work as expected (e.g. Title with just “Title” showing in the deck component)). However, when that child page is viewed in the Master page (as a page include), the entire string, including the tags, is visible “ Title ” Not working: Working: Inline JS is running on the child page but not running when viewing the master page with said child page as a page include. The model condition on the “FeedItem” object is set up to not bring in any data that does NOT have a value in the “Body” field. However, this data is still being brought in the page. Several variations were tried to try and exclude the data but to no avail. See in snapshot above where cards are blank and conditions to exclude blank content have not worked.
I’m trying to move task records from a contact to a lead with an action and it’s not working. My first action is to remove the value from the WhatId…and that works…but when I add an action to update the Who.Id it doesn’t work. I’ve tried changing the WhoId.Type field to Lead before udpating the Who.Id to no avail. Below are my actions. I know that it’s pulling the newly created Lead ID okay because it loads it into the next object just fine (the ReferralSource). Thanks for any guidance!
I currently have a button in place that when clicked it runs a class. I’m looking to add to this button so once it’s clicked it also creates a new record on a new object. How can I do that? The new object’s name is “Kickbacks__c”Here’s what the button currently looks like:var scModels = skuid.model.getModel(‘Application’);var scRow = scModels.data[0]; var result = sforce.apex.execute(‘DecisionLogicAPI’,‘assignToUnderwriterQueue’,{ appId : scRow.Id});alert(result);window.location.reload();
The button icons are not rendering correctly. The “sk-webicon-ionicons:close-circled” is showing correctly on my desktop. On the iphone and ipad it looks like this Why?
When trying to use the “+” icon to add a new row to a table, the first click results in nothing, the second click sometimes results in 2 new visible rows. But - sometimes the second click does nothing, but the third click results in 3 new visible rows.Please see screencast here: https://cl.ly/271a2g2V472y
I Have a REST datasource and a Amount field which originally coming as DOUBLE . I am trying to make it currency field by making Display Type = Currency , but the value of the field comes as " undefined 123,456" . I am using this field in chart and chart is not rendering because the values are not numbers. Please suggest
As referenced in this post, Zach says the upcoming release “should reduce heap size usage significantly”. I assume this is the improvement Zach was referring to.Can you provide examples in how it will significantly reduce the apex heap size?My go to method when Apex Heap Size was an issue and I needed the rows and fields, was to add javascript to load the model by looping a get more query until it was done.Is this improvement something like this? If so, is it decoratively set in the builder?Or is it simply an optimization where we’ll see a varying % decrease in heap size?
Just installed the Millau 11.1.10 release and it added random models to each of my pages.Example include1. A Skuid Model, ‘Account’, requested a Field with relationship name ‘AnnualRevenue’, on the Account Object, but Skuid could not find a valid Field accessible through this relationship name. 2. A Skuid Model, ‘MyLeads’, has a Condition on a Field with relationship name ‘Rating’, on the Lead Object, but this Field appears to be invalid.1. A Skuid Model, ‘MyLeads’, requested a Field with relationship name ‘Rating’, on the Lead Object, but Skuid could not find a valid Field accessible through this relationship name.
I am trying to make fields conditionally required on rows in a table based on the value of another field on that specific row using a custom renderer snippet and addRequiredField/removeRequiredField.It actually works for rows that are consistent with the last row put into edit mode. However, the condition is not enforced for rows that don’t share the condition of that last row.If I look at the snippet, I guess the results kind of make sense but I thought it would work differently based on the documentation for skuid.ui.I’m guess this is an easy one and likely discussed a number of times. If you have any recommendations, please share.Here’s a little more detail before I share the code. I have a table that contains Opportunity data. It has sale rows and churn rows. If the row is a sale, I want 2 fields required. If it is churn, I don’t want them required. When I put a sale row in edit mode, the fields become required. If I then open a churn row, the fields are no longer required
I have been having trouble anytime I update Out of Date Themes. At first it took a very long time to finish, now it doesn’t finish at all. The message on the screen is “updating version…” which seems to be the last step in the process. Let it run overnight, and still doesn’t finish. I pasted a screen shot below of Theme Page list, and the last column (created by) looks messed up, not sure if that has something to do with it. Any suggestions on this would be greatly appreciated Thanks!
What are the possible reasons for pages loading in SKUID being so slow? It is creating a lot issue for the client as sometimes the pages are taking 4-5 secs to load.
After updating to 11.1.10 the themes don’t load anymore. Skuid always loads the default theme, not matter which theme I assign to the page. Do you have any idea how to solve this issue?
We have a page include we are updating with the children of a master report. The problem is when we attempt to update the page include with a different child-of-the-master page, the page include will render the master page elements with the intended child-of-the-master page metadata, but will attempt to render the first component of the page region of the originally loaded child-of-the-master page.It’s a very odd behavior - it appears that the child page is not loading correctly on update page include when the child page is what is being included.
I have a custom VF Page which I want to add in a drawer/pop up. Can someone please help me understand how to embed it. VF : SKUID iFrame : Please Suggest…
After upgrading our production org to 11.1.8, we are seeing a user side error on inaccessible fields. I understand there was a recent change to Skuid to show page builders inaccessible fields on the design side, but now we are seeing different behavior on the user side. We have a case with a condition on a model, and the condition uses a field that the user may not have read access to. Pre Skuid 11.1.8, the condition would just be ignored. Now on 11.1.8, the user sees red bars saying a model condition is using a field that they don’t have access to. Is this to be expected?
Trying to create a date filter with default conditions on a Task model that refers to the associated Case closed dates. Have no trouble creating the filter on a Case model for closed dates. Have no trouble creating filters on the Task for closed dates. Encounter the below error message when trying to filter the Task model for Case.ClosedDates:1. There was a problem rendering a component of type filterset: A.getDate is not a function
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.