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
Attempting to build a Calendar for our German team. The Daily Calendar isn’t displaying any Events on the Daily Calendar and showing duplicate Assigned IDs. Followed the instructions on the Skuid Tutorials and I’m not sure how to resolve this issue. Any and all help is greatly appreciated. Thanks, PJ
Naturally, safe-harbor and all that. But if there’s anything your team is willing to share would be great.Recently, we migrated some of our services to Google Cloud. And currently Drive and Calendar are supported by Skuid.The AWS thread here talking about SQL made me want to ask because we have a similar need for Google’s “Cloud SQL” (which supports PostgreSQL[beta] & MySQL).And specifically, https://cloud.google.com/appengine/ and https://cloud.google.com/functions/ are where my real interests/needs are at the moment.Thanks.
I have included the field “BillingStateCode” in an account model and included the field in a table. The value that is showing up in the table for the state “OR” is showing up as “Odisha”. The text value looks fine, but the field we need our users to have is the BillingStateCode. This is very confusing to the end user and I would like to resolve this if possible. I am not using any field renderers or templates, I simply added the field to the table.
I am trying to update a field using a mass action. I have a UI Only field that calculates a new amount for a field using a COLA (Cost Of Living Adjustment). Both the UI field and the destination field have the same format (Currency 9,0). The field that is trying to be update is referenced in the UI only formula field. Does anyone have any ideas what may be causing this error? Thank you!
I have written a snippet which is as follows: var element = arguments[0], $ = skuid.$; var leadmodel = skuid.model.getModel(“Lead”); var raw= leadmodel.getFirstRow(); var MatterType=raw.Matter_Type__c; // Field on skuid page var wlgoffice=raw.WLG_Office__c; // Field on skuid page var result = sforce.connection.query(“SELECT Name,Attorney__c,Matter_Type__c,Wlg_Office__c,Attornies__c,Id FROM Consulting_Attorney__c where Matter_Type__c ='”+MatterType+“‘AND Wlg_Office__c =’”+wlgoffice+“'”); // Query on salesforce object var opp= result.getArray(“records”); var string = opp[0].Attornies__c; var array = string.split(‘,’); // Create an array of string//Till Here snippet working fine var rowstoupdate ={}; for(var a=0;a<array.length;a++){ raw.Attorney__c = array[a]; } leadmodel.updateRows(raw); Now i want to assign values of array
I have an object called application. In the application object there are two fields ‘Status’ and ‘Purpose’. I want to make the ‘Purpose’ field to be in edit only mode on skuid layout when my ‘Status’ field value is ‘approved’. Can anyone help me?
I have custom button in a custom object with content source as URL. This button is invoking Conga upon its action. If I can login with the admin profile user, then upon this button click everything works as expected. If I try with non admin users, upon this button click nothing action happens and chrome console throws the following error. skuid__SkuidJS:formatted:28343 Uncaught TypeError: Cannot read property ‘Id’ of undefined at HTMLDivElement. (skuid__SkuidJS:formatted:28343) at HTMLDivElement.dispatch (skuid__JQueryJS:3) at HTMLDivElement.r.handle (skuid__JQueryJS:3) If I debug and see, weblink property is found to be undefined in SkuidJS. The user has all the permissions to all the object and fields related to conga and the objects used in the button URL. Also, Skuid Admin, Skuid Page Builder and Skuid Page Viewer permissions assigned to that user. Also, The same button works fine for non admin users in Salesforce standard layout. Thanks.
Strange situation here. We have a Tab in Salesforce Classic that users click to access a set of Skuid pages. I have one user who has been accessing these pages successfully for months now. Today, he clicks the Tab and only gets a blank screen. No one else in the same profile is having this issue. I verified that he still has the Skuid Page Viewer permission set. I have tried removing and re-adding this, but no change. Any ideas on what might be causing this behavior?
Can I setup hotkeys to toggle between two tabs?
This inline javascript: (function(skuid){<br>var $ = skuid.$;<br>$(document.body).one('pageload',function(){<br> &nbsp; &nbsp;console.log('Page Loaded');<br>});<br>})(skuid); When I run the page with the skuid preview, it works fine. When I run it visual force on a salesforce Site, the code doesn’t execute and my console is blank.
Having some trouble finishing up a particular app for our users because of one validation. I have built a way for the user to merge multiple line items at a time, but currently they are able to merge different types of parts together, which is not something we want them to be able to do. We want the new merged item to be only one part. This information is taken by adopting the chosen rows into a new model. Tried to do a validation with branching action framework, but it wasn’t looping through each row in the model. Working on putting together a snippet to handle this, but so far it’s not working right. Previously, I had the problem that some of my variables were coming up as undefined. I think I’ve gotten around that problem for the most part. Any suggestions would be welcome. var params = arguments[0], $ = skuid.$; // variables var NumbersToMerge = skuid.model.getModel('NumbersToMerge'); var SamePart = true; //Check each row and compare part field $.each(NumbersToMerge, function(
Hi, We do have CPQ Cloud application integrated into salesforce.com via installed package.This tool is used by our sales team to generate new quotes on the oppty in SF.com.We use a skuid oppty page.So far I was not able to find a way to replicate on our oppty skuid page CPQ Cloud “Set as Primary” button.When I click on the button there is no URL link I can use to copy/replicate into Skuid button.In salesforce.com “Set as primary” button is type “list button” and content source “OnClick JavaScript”.I am not a JavaScript expert.I have tried to insert “set as primary” javascript code in salesforce into a snipet button but it did not work.May I ask for some support or good advise to find a way to replicate CPQ Cloud “set as primary” button into our company opportunity skuid page ?Thank youCyril
I am using the REST service "https://restcountries.eu"; which is given in the REST example …I wanna display all records for “currencies”.I have given the endpoint “/rest/v2/all”.However it always displays only the 1st record i.e.
Is this possible?
When i have click lookup field show alert popup . How to disable ? I am sharing snapshot please verify about this.
Whenever I try to open another page without saving anything on the previous pages, It is not showing the unsaved changes alert message. I am wondering if that is the bug or if I am missing anything else. I have set the “Warn users if page has unsaved changes” To YES on skuid pages as well. Still not working.
I’m looking to Skuidify the Content details page in Salesforce CRM Content. The current Content details page (in native Salesforce) has the capability to subscribe to various things (Tags, Document, Author, Library, etc…). Has anyone Skuidified this page and if so how did you keep or replicate the subscribe functionality (you can subscribe by clicking on the heart next to an item on the screen shot below)? Thanks
I have overriden a Salesforce tab, and am trying to dynamically render sections or rows based on today’s current date and a picklist field with month numbers (ie. 7 = July). I have added an UI-Only Model, and have set a render condition looking to that model, but it doesn’t appear to be working. Here is the UI-Only Model: And here is the rendering condition: (Work_Anniversary_Month__c is a picklist of month numbers 1-12) So the end goal is to display sections or rows based on if the row has Work_Anniversary_Month__c = TODAY(Month) Does anyone have some insight into how to get this to work?
I like open a pop the pop will render all related contacts of a accounts and from that i want randomly select 2-3 contacts and save it
I have a page include with the following Query String. PASS_Roll=Seller&Offer_Id={{{$Model.New_Offer.data.0.Id}}} In the included page I would like to save the value of PASS_Roll in a UI-field. I looked at possibly using a UI_Field Display Type of “Text” and the “Page/URL parameter” value to PASS_Roll. I thought “Seller” would be stored in the field. It shows no value.
I always feel just on the edge of understanding Skuid, then I hit something that should be obvious and get stuck…!I’d like to build a Table where each of my SF Product2 records shows the three PriceBookEntries that they have as columns (CAD, USD, EUR) so that our users can quickly edit all three values in one operation.I’ve looked at Rob Hatch’s example about showing Teachers/Students in multiple models, but this appears to use multiple Tables to render the results.Is it possible to do this? Any hints to get me started would be much appreciated!
I need to connect to a database in Oracle from Salesforce. And, it looks like it will need to be done over TCP. Is this possible using Skuid?
Here is the situation: we have a custom object called “holding company” that has fields for salary, rent, management fees. These values get “escalated” once a year based on the COLA (cost of living adjustment from US Bureau of Labor Statistics). The escalation occurs on the first day of the quarter, based on their fiscal year. So every quarter a subset of all the holding companies will escalate. I’ve created a custom setting in salesforce to store the COLA percent, and built a formula to calculate the new values, and created custom fields that are populated with a workflow rule to show the priorvalue of the field. In the past we have exported the data to excel and performed all the calculations, and then used a tool called “jitterbit” to replace the original value of the salary, rent and management fee with the new adjusted value. I know this is not a good way of doing this, but it did work.What we are trying to do is use skuid to calculate and display the new values in a list view, wh
I don’t know if it’s possible to do this in Skuid, but thought I would ask the experts. Use Case:I have a field editor component that allows users to capture specific information related to exiting a client relationship. Part of that process requires the users to include a list of all account numbers and corresponding balances that are associated to the relationship. I think the best way to do this is to have a Table included as part of this process so the user can perform a lookup against existing data and select the accounts to be included in that table. Those accounts will then display along with the other information captured in the field editor. Is there any way to accomplish this so the users don’t have to go find and then manually type this information into a text field? The table would need to be dynamic as there is no set number of accounts that might be part of the client relationship.Thanks in advance for any advice you might be able to provide!
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.