Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
My formating in a customer facing site is formating differently in IE and Chrome.
I have skuid pages for accounts and contacts tabs which are working as expected for general salesforce apps. But when it comes to a salesforce console app my pages (both accounts and contacts) are not even loading on the page. When i click the accounts tab on the console i am seeing the native salesforce console layout like the one below But the when i open same tab in a regular salesforce app i can see my skuid page overriding the accounts and contacts tab like below. The Visualforce page that had the following code on Account Tab. showHeader=“false” sidebar=“false” readonly=“true” docType=“html-5.0” action=“{!IF(canUseSkuid,‘’,redirect)}” title=“{!$ObjectType.Account.labelPlural}”> I don’t understand where i am making a mistake. Can anyone help me with this issue? Thanks.
How could I include an external js library to use inside the custom component? { "id": "jetpackninja", "components": [ { "id": "sayhello" } ], "js": [ { "path": "runtime.js", "<b>dropzone": "dropzone.js</b>" } ], "css": [ { "path": "runtime.css", "<b>dropzone": "dropzone.css</b>" } ] }<br>
We have created a page with a model condition where the ‘Contact.id = (userinfo) User ID’ and this works perfectly. When we open the case created, the Contact = the User who created the case. We want to see the same Contact pulled into another related field called Hiring Manager which is related to the Contact object but nothing seems to work. How do we write the syntax of the model condition so that we see the Hiring Manager’s name = Contact’s Name = the running User? Note that we use Person Accounts.
Hi, Working on a certain page, and it’s very laggy Looking into console I see this new error: Visualforce Remoting Exception: Remoting response size exceeded maximum of 15 Mb Any ideas of what could cause that? Thx
I am looking to replicate a version of the “Create New” button that comes as one of the standard buttons on the sidebar. I have created a custom sidebar and I am looking to implement this as a drop down button so that users are easily able to Create New contacts, accounts, opportunities, etc. from any page. Looking for a nudge in the right direction here. Thanks!
Hi, Myself and several of our users have a problem where our skuid sessions expire shortly after logging in. This occurs on a daily basis, right after logging into Salesforce. We are running the latest Rockaway 8.13 release. Could you provide any insight on how to correct this annoying issue? Thanks, John
Apologies, I’m sure this has been answered before but I could not find it in the community. I have overrode most of our Salesforce pages but I cannot seem to find how I can override the standard home and dashboard tabs. There is not a “button/links/actions” section for those objects so I can’t figure out how to perform the redirect.
Hi guys,Bit of a weird one here. So, I created a Job Site Services page in skuid to create/track delivery orders to construction sites for various things, like dumpsters, for example. I created a Followup page to have certain items removed from the site, like a now full dumpster.The error I’m getting is on this Followup Service page. I created a condition to pull the name of the Master service and auto-fill the field on the Followup page (main model JSS with condition, second model for Param ID and fields is MasterJSS). It’s actually pulling the correct name but it’s telling me the reference ID is invalid.Both the Master and Followup use a Custom Object.
This is a fork of the issue at https://community.skuid.com/t/table-limits-record-retrieval-to-11-000-records-in-a-table-…When an object contains more than the maximum amount of records permitted for display (currently ~10,000) and the user reaches the limit (but there is more data), there is no message/warning displayed to the user that the dataset has been “limited/truncated”.From the referenced post, Ben mentioned that Task object does trigger this warning/message but scenarios that use standard set controllers do not appear to have this warning/message working properly.Steps to reproduce1) Put a lot of records in any object (e.g. hundred thousand or so)2) Build a stock tab page for the object3) Preview page4) click load more multiple times until limit of ~10,000 is reachedExpected BehaviorWarning/Message to user that there is more data available but display limit has been reached.Actual BehaviorOnly ~10,000 records are available and NO indication that there is more data
We’re experiencing irregular loading times with our mobile Home Page and I wanted to see what could be contributing to this. Our home page loads no data and only provides navigation buttons to things such as Opps, Contacts, Accounts, Etc.When loading a brand new Salesforce1 instance, it takes a long time to load and some times just stays at a blank white screen for 5+ minutes. Since this is what happens to users on the 1st time they open the Salesforce1 App, I wanted to see if there was anything I could do to change this.Selecting ‘Skuid Mobile’ from the left-hand navigation loads the home page much faster. So if I instruct users to select it from here, we have no issues loading the home page.Couldn’t find much within the community topics on this so I just wanted to post this out and see if anyone had any ideas / suggestions.
Is there a way to change the manual select option list to a picklist? I have several tables with manual filters that use the manual select option. For example, I would like a user to be able to filter to “Need to Follow Up” and “VM Team Vendor.” Or any number of the other custom conditions. Thanks for the help.
Hello Skuid community,Our Skuid licences expired within our Development org. We are conducting a small POC to get an impression on SKUID’s possibilities.We registered our DE-Org. Somehow it expired. What would be the best way to reactivate SKUID within our org. Is it possible to avoid a loss of our configured SKUID sites?Or Org-ID is 00D58000000b5d7Regards Chris
Hi,I have added an URL in template of skuid page. When I previewed, it is displaying blank page and in console displaying error as ‘x-frame has same origin’. Can anyone help me on this?Regards,Gayatri
I know that title covers several issues all at once, hopefully I can describe this well. We have a highly customized opportunity page built on skuid. I am working on a popup to add opportunity line items to the opportunity page from a product search tab on the page. We would like to use this popup for opportunity line items as well as quote line items in the future. The idea is to make it as generic as possible. Here’s what I have thus far: On our product search tab each product in the search table has a button on it. The snippet that button calls builds a popup via xml and calls createPopupFromPopupXML to open the popup. The hope here is to eventually raise an event from the button and have whatever the main page under the popup deal with it how it would like. The xml is very simple and only includes a single page include to the actual popup page. It also, theoretically, would use a handful of query string parameters to pass default values into the page include of the popup. It looks
Hi All,I am new to JS and working on EDIT Save Cancel toggling, I have two buttons on the page Edit and Cancel, whenever I edit the record Save and cancel should display, on click on cancel Save button should hid and Edit should be displayed. But the problem i am facing is, when i load the page, Cancel button is displayed along with the Edit button, which shouldn’t happen, Could some one please check and guide me where I am going wrong:Properties : -Cancel : - css :-btnHide btnEditCancelID :-btnCancelEditEdit:-css :- btnEdit// Set the selector for which components to toggle. For example, to toggle// specific named components, set the selector to:// #ComponentUniqueID1, #AnotherComponent, #AThirdComponent// Or, to toggle all field editors and tables, use this selector:// .nx-basicfieldeditor:visible, .nx-skootablevar ComponentSelector = ‘#Test1 , #test2’;var $ = skuid.$;var myModel = arguments[0].model;$(‘#btnCancelEdit’).hide();// determine what mode was are moving intovar butto
When exporting data from a table, it is limiting the record output to the number of records listed in the record count at the bottom of the table (e.g. Showing Rows 1-10 of 10+). Given this behavior, if a user wants to export all the data in an object, they need to scroll through the entire dataset and then click export. This is inconvenient even with smaller datasets but for larger datasets, this is an absolute nuisance. Additionally, this is counter to the way that standard salesforce reports work and therefore introduces inconsistency in to the overall platform. In an SFDC report, you get 2000 records but when you click export, you get all the data in the CSV/XLSX. Steps to reproduce: Make sure there is more than 1 record in Account Object Create page using XML below Preview Page Click Export Icon Expected Behavior Exported record count should equal number of records in Account Object Actual Behavior 1 record is exported because Sample Page <skuidpage unsavedchangeswarning="yes
Hi Team, I have a field Agency on My Custom Object which is a lookup to Account object. For this field I want to fetch only the accounts for which Record type is ‘Agency’, not the problem is coming whenever I select any value for this field, on saving the record value is getting disappeared, and when I edit the record again, record ID is getting displayed in the field. Could some one pls suggest what is causing the issue ?
I have an iframe within a template that goes to a visualforce page. For some users, the iframe loads but for others the iframe doesn’t work - infact the iframe will work if a different user logs into the same computer that the previous user was having display problems with. Conversely, the same user can login to a different computer and see the iframe. https://crms14.eu1.visual.force.com/apex/rdAccount?&isdtp=vw&id={{{$Param.id}}}"; width="100%" height="275px" seamless="seamless" show-header="false" scrolling="yes" frameborder="0"/> I cannot for the life of my work out why those specific users cannot see the iframe.
I have a UI-Only picklist field on an object that up until a week ago was being populated by a custom field renderer snippet. Circumstantially, the snippet appears to have to have stopped working after the Rockaway 8.11 point release was applied on 6/8/2016. The issue seems to be that the UI-only picklist field no longer has a picklistEntries member in the field metadata. Here is the contents of the snippet: var params = arguments[0], $ = skuid.$; var field = arguments[0]; console.log(field); var picklistEntries = field.metadata.picklistEntries; picklistEntries.length = 0; skuid.$.each(skuid.model.getModel('Periods').getRows(), function(i,row) { var isDefaultValue = false; if(i===0){ isDefaultValue=true; var mod = skuid.model.getModel('AccountingPeriodSignOffs'); var cond = mod.getConditionByName('Period\_Code\_\_c'); mod.setCondition(cond,row.maxPeriodCodec); mod.updateData(); } picklistEntries.push({value: row.
“MilestoneStatusIcon” is a standard field in Case Model but we are unable to add it to Case Model and thus cannot display the same in the page. Will appreciate any inputs or thoughts regarding the same.
I have a button on the click of which a javascript snippet runs in which i set a boolean variable. Now i want to pass the boolean variable as a query string to the page include. How to do that.
I have a skuid page wherein i also use a page include. On the hit of a button, there is a javascript snippet that runs. The requirement is that if the boolean set in the snippet is set to true, then only the page include should render. Hot do i acvieve this
Here’s some food for thought - what’s the technical feasibility of further integrating Wordpress’ rich ecosystem of plugins/themes with Salesforce & Skuid?I say “further integrating” because I’ve read about how Salesforce Records can be pushed into Wordpress as new post/page updates: https://www.lyntonweb.com/inbound-marketing-blog/wordpress-to-salesforce-bidirectional-crm-integrati…But instead, I’d like to know if we can expose Wordpress plugins/themes into Skuid pages? Or how a developer could go about porting a Wordpress plugin over into a custom Skuid component?This started as a “what if” scenario & brainstorming session with Pat Vachon earlier in the week. Since then I found out about Wordpress’ own REST API (which seems to have a lot of promise for WP dev’s). The quote below got me very excited! “… gives instant access to the full range of WordPress’ native functionality… A good way of instantly grasping the potential on offer here is to consider the world of plugins. Any
I am attempting to update date/time field with Today and get Invalid integer This is the error I get: Id I remove the update, I can the process.
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.