Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a Skuid page with one data model that’s pulling one row of data, about 30 fields in total are being pulled. This seems like a relatively small query, yet I am still getting the following error when I load this page: Apex heap size too large: 6661265 Some of these fields are longer text fields (often 1000s of characters), so I’m wondering if that’s the reason? I tried using tabs to separate out the longer text fields, so that they’re not all loading at the same time (there are no more than a couple thousand characters per tab), but I’m still getting this error message. I referenced several of the posts on this forum for this error, but the suggestions given don’t seem relevant to this situation, since I technically have only a small amount of data being pulled. Does anyone know what I can do to get my pages to render? Thanks so much!
Hi,I have a scenario where I would have to add a specific CSS to an input field conditionally .How can we get the access of input fields of a field editor ( I haven’t found anything like uniqueID on field properties for a field ) in javascript snippet to add CSS class ?
I have been trying to integrate google calender with skuid calender. I did followed every step and still not working properly. Whenever I go to the page, it shows ““Unable to authenticate to service “googleCalenderModel”: Login has been cancelled””. But when,I go to the edit page and click on preview , it works fine. Would be great if someone could help me with this issue… (https://cheetah-632--cheetahbms.na30.visual.force.com/apex/HomePage?sfdc.tabName=01r36000000lqey&tsid=02u36000000qmNm)–this will show error. When i preview from edit page this is a URL–(https://cheetah-632--skuid.na30.visual.force.com/apex/skuid__ui?page=HomePageChild&id=0013600000KVDpUAAX)
Is there a way to expose on a runtime page the list of custom SF Buttons/Links for a given object? We are building a page to allow users to submit Conga Template requests and would like for them to be able to see what available buttons are for Opportunities and Accounts to indicate which button to use or be able to determine that we will need a new button. I think there is an answer within using the metadata API and a REST model connection, but was hoping since that’s something you do in the page builder there might be an easier way.
Hi, I have a picklist field (Payment Type), which is rendered as RADIO_BUTTONS on UI, but it gives them as a column list of radio buttons like shown below. How can I get these side-by-side (horizontally placed) ?
Unable to load the customized skuid page. After the successful execution of skuid page (without adding custom css) first, if the user launches any other customized (custom css added) skuid page then it is working fine. But if the user open the customized (custom css added) Skuid page directly, it’s not working. In IE it displaying following error in console “CSS was ignored due to mime type mismatch”"
The Import wizard is great and a fantastic tool but the only issue for us is the “salesforce” look and feel. Is there any way we can choose to skin it or strip out the header and sidebar etc?
Taking a shot here. Does anyone know how to get attachments from a skuid model attached to a conga email template? This is the only resource I have found that was helpful so far:https://www.congasphere.com/build/advanced/Using_a_Salesforce_Attachment.htm So far my button looks like this, however this only pulls the first attachment in the model: https://composer.congamerge.com/composer8/index.html?SessionId={{$Api.Session_Id}}&serverUrl={{$Api.Partner_Server_Url}}&id={{Id}}&emailtemplateid=a0So0000003ZHI5&Templateid={{$Model.PendingSubmittalAttachments.data.0.id}}&queryid=a0To00000043d14&EmailSubject=Submittal+For+Job+{{Name}}&ds7=2
When I use the action “Remove context row(s) from Model” on the only row registered with a change, I expect the model to no longer have the property hasChanged to be true.
I’m trying to export specific columns from a table into an excel. I unchecked the “Use Table Columns as Export Columns” and I’m trying to add some UI-Only fields as Template fields. I’m getting a blank value in the excel sheet.Is it not possible to use a UI-Only field as a template?
Hi all,I’m looking into integrating a click-to-call solution into our SKUID detail views. I would like to know if there’s any app/method that is tested and working fully (call logs, and all that jazz) for SKUID? Or any place I should look to in order to create such a system?Thanks,Micael
Is it possible to grab the DOM Id of the button in a page title that was clicked to run the snippet?I can find the Id of the page title that the button was in by going to: arguments[0].component._GUID But is there anyway to find out which button from that page title was clicked? I see initiatorId, but that is not the same as the DOM Id I gave the button.
Likely SF patch related… I have installed the Rockaway patch released last night, which cleared up my CSS issue. We use progress indicator images stored as static resources, and a formula field (text) to pick which resource to display. Like this: Post SF Patch 5 and the Rockaway patch, the image is not displaying in Skuid: Image displays just fine on the native SF page: This is a new break - these were working just fine before the patch.
I'm trying to add a summary pie chart on a page but it won't load. I created a new page with just the single model and chart and it still won't load (just shows a blank screen).Code is below. What am I doing wrong?
Hi, I have multiple related lists organized into tabs on my Skuid Account page and I like to include the number of records located inside each tab so that users can quickly see how many records are in a tab without clicking on it. I do this by putting the following in the tab custom label ({{$Model.Contacts.data.length}})This produces a tab that shows Contacts (3) in the tab name. My question is; if I have a tab with multiple models inside of it. ie. a Notes and attachments tab, what is the best way that I sum those together to produce one number for my tab label.ie. if I have 4 notes and 6 attachments for an account, how can I sum ({{$Model.Notes.data.length}}) and ({{$Model.Attachments.data.length}}) to produce “Notes & Attachments (10)” in the tab label.
I wanted to know if there are plans to extend the Salesforce page header override in the Service cloud console? We are so used to seeing our custom branded header and footer override in all our classic apps that then we go to the service console it’s a shock to see the traditional header again.
We have a setup where we are determining what default records to associate with an opportunity based on values on the opportunity or related records. For example, for figuring out the set of documents needed for a particular type of loan, we find out if the borrower is an individual or an entity, if there is property associated with the loan or not, if the loan purpose is construction or purchase or refinance, etc. We have an object Document Reference Template that has text fields that we override as multi-select picklist fields on our setup page, so that we can use a query for if a field on the Template CONTAINS the value of the related field on the opportunity record. We query for all the Templates that match the opportunity fields, then run a snippet to create a Document Reference record for each Template in the query and relate each of the new records to the Opportunity. It’s working pretty great and really hums with Skuid. However, one requirement that we can’t figure out just yet
Looking for some best practices from other Skuid customers as it relates to documentation of a CRM (or other) platform. How have you gone about documenting the Skuid build?What is in the scope of the documentation? Some ideas… UI/style sheet UX process consistencies Page by page details - Components and their characteristics Fields within components and their characteristics Models and their conditions Series/actions taking place CSS classes JS snippetsHow do you maintain the documentation?I know it’s not a fun topic - but brainstorm with me anyways!Thanks
I have configured a chart on a Skuid page. The inputs of the chart is a table which is also on the same page. I can see the chart and its parameters when the page is open in edit mode but can’t see the chart in preview or when an instance of the page is opened. There is no conditionally rendering on the chart. How can I solve this problem?
As an internal user I can see the opportunity chatter feed from the opportunity Skuid page, however, as soon as I log in as a partner user, the chatter feed does not display. Partner Users can view the chatter feed via the standard opportunity page view, just not via the Skuid Page. I can also verify that they have access to the Social visualforce page. Any help would be much appreciated!
In one of my skuid page for new records i am getting error as: Apex heap size too large: 9436523 Please can any one tell me why i am getting this error? Please reply ASAP and tell me of this error. Thanks. Arpit
I’m not sure when this started but on certain pages, I’m seeing a box surround checkbox fields. What happened and how do I remove that?Thanks
Hi, This issue has been getting worse and worse for my users and nothing I tried seems to be able to resolve it. I’ve followed every tip and went through all documentation i could find regarding this sort of issue, but to no avail. If possible could maybe one of you point me in the right direction or let me know what is cause of issue? The page loads properly and fast enough, but issues are mainly lag when interacting with Picklist fields and at some moments when typing in notes. I’ve recorded the screen of one of the users to show the issue I’m experiencing, which is not at it’s worse, but at least will give you an idea. here’s a link to video on my dropbox: https://dl.dropboxusercontent.com/u/71284089/ice_video_20160502-110726.webm Pls notice the lag when changing picklist values and trying to type in a note or skipping a line… It gets worse as the day goesThx
This is a bug similar in nature to this one posted by Roman Melnik many months ago. The fix is further below, and shown in the video. I have a chart displaying some basic info as follows: And Action framework setup such that when I click on a specific bar it applies filters to my model like so: And then this happens: The fix is to format the value being set on a condition in the following way: {{{ **rows.0.** FIELDNAME}}} That’s all! Hope it helps #skuid #CommunityWednesdays #profit
I am finding UI-Only fields to be very powerful. I now have a situation where I want to test one UI-Only field for null in the formula for another UI-Only field. The field being tested is numeric, it is displayed for input in a field editor, but it acts like it has a value of 0 before the user even makes an entry.I have tried IF({{MyQty}}==null…, IF({{MyQty}}=={{Blank}}…, and simply IF({{MyQty}}… None of these are able to distinguish between an empty field and an input of zero (0).
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.