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
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
I have a table embedded on a LEX page. One of the fields included in the table is a picklist.I’ve added new options to the picklist.If I access the page directly (from the page URL not within the LEX page) the field includes the new options, from the LEX page the table does not include the new options.Additionally, the LEX embedded table is displaying all choices available for that field instead of only the choices assigned to that record type, whereas when the page is accessed from the URL the choices are limited to the choices assigned to that record type…
The issue seems to crop up when the table gets its own vertical scroll bar when the horizontal scroll bar is added due to the number of fields. The behaviour happens scrolling down the table using it’s vertical scroll bar. Then the header can’t be seen until you scroll the table back to the top. The page vertical bar will show the table header only when the table is scrolled to the top. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" useviewportmeta="true" showsidebar="false" showheader="true" tabtooverride="Project__c"> <models> <model id="Accounts" limit="150" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="RecordTypeId"/> <field id="Name"/> <field id="Description"/> <field id="Fax"/> <field id="Id"/> <field id="Phone"/>
I have enabled the new “Individual” object from Salesforce in our sandbox. I wish to create a Skuid page for object records of this type. I also wish to add the lookup field that comes with this new object on contact object record pages.When I try to create a new model with “Individual” being the associated object, the object name doesn’t appear. Likewise if I try to add the “Individual” field on contact object, to a Skuid page, it too is not visible.I have upgraded our instance of skuid to 11.1.10. But I still face the same issue. Any ideas on how to solve this?Interestingly Salesforce documentation says the individual object is only available in api version 42 and later https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_individual.htm
Hello, After much toiling i have gotten our orgs Skuid attached to our Google Calendars and it works to load the Users Calendar after login and creation of events. What I am interested in knowing if it is possible to do some lookups from the popup event creation box; like email addresses from our Accounts Object?
I have chart which uses an aggregate model and displays values for different Regions. When I click on any region on the chart, it filters model to show data for the selected region only. There are some records where Region is blank so chart group them under “null” category. The problem is that when I click on null category on the chart, it does not filter model where Region is null. Is that the standard behavior? Can this be fixed?
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.