Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Skuid 7.27 in a sandbox org. We have Skuid installed in our production org as well as sandboxes. We are not yet “live” with Skuid in production and have been building and testing in the sandbox. Once we setup non-admin users in the sandbox they ALL had access to any Skuid page as well at the Skuid page builder regardless of what permission set they have. I followed the steps in the getting started guide: http://help.skuid.com/m/getting-start… * Skuid Package is set to Auto assign/unassign * Skuid Page Viewer permission set is set to auto assign/unassign * Pages object sharing is set to “Public Read Only” * Page Assignments object sharing is set to “Public Read Only” * Profiles have access to visual force page created to redirect the “view” action on the Contact object I am wondering if my issue has to do with the visualforce page syntax? I initially tried the following syntax for use with Page Assignments from this guide: http://help.skuid.com/m/page-assignme… as follows … … but that g
Hi, I have similar issue. How do I show Salesforce user profile photo on force.com site. If i use , it works on skuid page, but on force.com site it does not display any image.
When editing a number field as a user in the Portuguese (Brazil) locale, values are stored as empty string (“”). Does anyone know a work around for this? I’ve also tried in Spanish (Chile) and the same occurs.
Hello everyoneFor one of our customers we implement a calendar similar to the one they already have in standard Salesforce. However, we stumbled across a big problem. Since certain records are marked as private events, they are only loaded into our events model for the current user. Not if they belong to someone else.However, the time and the owner of such an event should be visible to anyone, regardless of their permissions.Thanks to this restriction we are not able to mark space in someones calendar as busy because we can’t retrieve data from private events. Does someone have an idea how we can bypass this?(I assume it will have to do something with sf security settings, but since mostly anyone encountering a similar problem might use skuid i post it here.)
I’m trying to run some if statements in javascript and need to check if a model has data rows. I’m sure there’s some easy way to do this, but couldn’t find it in the api reference or on the community. I’m using the getFirstRow action to set a firstRow variable and then checking if firstRow is undefined. It works, but i’m sure there’s a better way. var templates = skuid.model.getModel('ConditionTemplates');<br>var templateFirstRow = templates.getFirstRow();<br>if (templateFirstRow !== undefined){ <br>//do stuff <br>}
We are getting “You’re trying to decode an invalid JSON String” when trying to display the Description field from the Salesforce Task object. This causes an ‘Invalid Response Format’ on the Skuid page. Can we get this fixed??
I am new to Skuid. When we click on one of our tabs, we get a message ‘Invalid Response Format’. What would be causing that? How Cna I research and fix the error? Thanks.
Hi All,We have currently invoked Approval process in Skuid which is 2 step approval. When a user creates a record and submit it for the approval, it gets assigned to the Manager of the user and we are sending a email to user with the data in the email. Now problem we are facing is when user submits the record for approval, Salesforce standard Email is also getting fired with a link of the Approval page. Since we are using completely we don’t want users to navigate to Salesforce Standar Approval page. Is there any way we can stop sending this mail.I know that there is option on the user Page when we can change the setting to Never and Salesforce Standard email won’t be fired but this is a manual process and changing this value could affect other business in the same org which are using Approval process.Please let me know if there is any other way or we can create any custom functionality to overide the approval page.
Hi,I was wondering if anyone can help me with this question please.I have a custom object with master detail relationship with Opportunities.I would like to create multiple related records for that custom object when I create the opporunity on the same page. Also display a set number of records depending on the opportunity field.For example when I select the opportunity type = silver then the page needs to display 5 records (rows) of the custom object that need to be filled in and saved.Can you please guide me to the steps.Thanks,
We have a community portal developed in Skuid, and we have identified a security risk around reflected cross site scripting. We are passing the Account ID between skuid pages, and it is possible for a user to substitute the ID for a piece of javascript. Unfortunately from a community (unlike internal pages), the javascript does not get blocked when it is sent to the server, and the server response includes the javascript and is executed in the client. The example we have used is a simple javascript alert.Does anyone know how to prevent users injecting a piece of javascript manually into the url?
I’m trying to create a time trending chart of two kinds of data: actuals and goals. For example, the actual might be number of Events per week/month, and the goal would be a custom object, where the records always have a date field (every Friday for the entire year). They reference the reps’ goals for that week, but can be accumulated for month/quarter/year expectations. I’d like to be able to show the actuals split week over week as columns, and the goals to split as well. (They can change based on seasonality, so unfortunately I can’t just flatline them.) Here’s a horrible mockup, but hopefully it paints a useable picture: When I try to do this in a Skuid chart, I set the Actuals model to split by Month - no problem there. But when I split the goal line by month, it makes separate lines (which makes sense, but isn’t what I want). I feel like I should be using multiple categories here - one to split the reps, and another to split the dates - but I tried all the variants I could th
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
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.