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
Hello,I would like to create chart that will show percentage of target that is met.I have aggregate value Sum of contracts.I would like to show on chart Sum of contracts/Target in percent.I tried to use this https://community.skuid.com/t/superbank-chart-options-data-preprocess?topic-reply-list… but it does not work.I suppose that I need too use before render snippet. Could you help me?Best regardsPawel
I’m encountering an issue where I’m getting a validation message on a required field that is preventing me from saving/creating a record even though the fields are not displaying in the page due to conditional rendering. I was under the impression that fields hidden by conditional rendering were not validated? (Just to confirm, I am only using the Skuid ‘required’ functionality, the fields in the screenshot below have no ‘standard’ salesforce validation enforcement) Hopefully someone can help. Thanks in advance /S
I am building a Mobile page and I have a true/false field where I need the inline help to show up. I click on the field in the Mobile Builder and “Show Inline Help” is set to “ON” and there is text in the field’s help but no help is showing up on the mobile page. Typically there is the ? icon and you can click on it. Am I missing something?Thanks!
I believe this to be a SFDC specific permissions error, but I was hoping to save some random searching, as SFDC permissions were clearly not designed by humans. When editing a page assignment, I am unable to make entries into most of the fields. I can make skuid pages and edit existing pages I’ve made previously. If I switch to the system admin account, it works just fine. If I create a new page assignment, the fields I should be able to edit are in yellow and not changeable. I am going to dig into this right now, but I was wondering if anyone had any guesses.
In the latest Superbank release (6.8.17) we’ve just found an unusual de-referencing null object error that is affecting some critical functionality we’ve been using for a couple years which doesn’t happen in the earliest stable version of Skuid that we have in production (4.15.12). We have an important VF page that uses the skuid:page tag as well as apex:actionFunction calls to allow us to call Apex server functions from our VF/Skuid user interface. It worked fine in 4.15.12 but somewhere in the Superbank releases this functionality has broken and causes an internal (skuid) de-reference error which doesn’t appear in our debug logs so we can’t debug it: “Attempt to de-reference a null object — An unexpected error has occurred. Your solution provider has been notified. (skuid)” We’ve managed to isolate the error in a simple VF/Skuid page so you can see the issue and hopefully let us know if there’s a fix or workaround. If you create and run the following small VF page (below) and click o
I have been told that Skuid uses the “Silk Icon Set”. Is this true? And if so, does it come with the “Creative Commons Attribution 2.5 License” requirement on this page: http://www.famfamfam.com/lab/icons/silk/ ?If so, does Skuid take care of the required attribution?Thanks!
Hello -Having a problem with the translations for Record Type Names. There are several situations detailed below.1) View Mode - When displaying an existing record’s RecordType.Name field, the value displayed is not the translated value that corresponds to the language setting.Steps to Reproa) Create a custom object with record typesb) Translate the record type via translation workbenchc) Create skuid page on custom object and include the record type name in the field editord) Preview the pageActual ResultThe Record Type Name is in english (default)Expected ResultThe Record Type name should be translated based on current languageSample PageRecordTypeTranslationViewRepro2) New Mode - When creating a new record, the initial value for the record type name displayed is translated, however autocomplete searches always searches on and pulls back english and not the translated value. The same effect can be seen when the field is set to picklist instead of autocomplete (picklist values are i
I have 10000 students in DB2. Now when I apply filter the result is 20003. I am trying to display sum of all students matching those students so that value is 2000. However, this value always remains 10000. This sounds pretty obvious and easy and I am sure that everyone must be needing this functionality.Because I cannot load all the data at once, I cannot do final result SUM on all data.I would like to hear from others who had to struggle through this!Thanks,Unmesh
Should there be any difference between {!API.Session_ID}, skuid.utils.userInfo.sessionId and sforce.connection.sessionId? I am calling conga merge composer and keep getting the SFDC login page during the composing process. The conga process does work in the end - but after I login again. My code: var partnerServer = sforce.connection.partnerServerUrls[8];<br><br>var hcURL1 = '<a target="_blank" rel="nofollow" href="https://www.appextremes.com/apps/Conga/Composer.aspx'" title="Link https//wwwappextremescom/apps/Conga/Composeraspx">https://www.appextremes.com/apps/Conga/Composer.aspx'</a>+&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; '?sessionId='+sforce.connection.sessionId+<br>&nbsp; &nbsp; &nbsp; '&amp;serverUrl='+partnerServer+<br>&nbsp; &nbsp; &nbsp; '&amp;id='+model1[0].Id+<br>&nbsp; &nbsp; &nbsp; '&amp;CongaEmailTemplateId=a4Z500000004F01'+<br>&nbsp; &nbsp; &nbsp;
I have a Rich Text Area field that when I try to add a hyperlink the fields are not editable.
I’m stuck! Can I get an example on how to properly use sforce.connection.partnerServerUrls.? The documentation and a user group post appears to say I can call sforce.connection.partnerServerUrls.16 I have also tried: var num = 8; var n = num.toString(); var partnerServer = sforce.connection.partnerServerUrls.n; url=…+partnerServer+… But I get undefined. Thanks!
Whenever user applied filter to the SKUID list view following behavior occurs.some time page load correctly and some times it get stuck or displays message applying filters.Some time the page doesn’t even load.
My web page (www.buildrealty.net) has a “scroll to top” feature that came with the theme that I would like to incorporate into my skuid pages. It seems like it is pretty simple to do but I don’t know much about using jquery and javascript. I did find this short thread on stackexchange that explains how to create a “scroll to top” element, but I’m not sure how to translate into “skuid.” http://stackoverflow.com/questions/4147112/how-to-jump-to-top-of-browser-pageCan anyone help? Thanks!!Gary
We have a skuid table base on model Processes (model of custom object Process__c). And we have row action of type popup on process records which has 3 tabs, first tab has field editor (based on Processes model) to edit process records; second tab contains table based on ProcessSteps model (model based on Process_Step__c object which is junction object between Process__c and Step__c). The table on this second tab captures process steps for the process record in context. Process_Step__c has unique field (External Id field) Code__c (labelled Process Step Code). While trying to add Process Step records with unique code (good data) it works well. While trying to add Process Step records with one record having duplicate code it gives validation error saying ’ Duplicate value on record: (Related field: Code)’ which is expected. However if you add multiple process step records with duplicate Code__c value it does not throw validation error but keeps idling. Looking at console on gives an J
Noticed a custom Modern theme in this youtube video https://www.youtube.com/watch?v=NtDhsGOTV9M.Can someone share this theme?
I am trying to call the javascript when Tab is selected to refresh the model with custom conditions. But couldnt find the right way. Pls share any ideas on this.
The SFDC object UserRecordAccess does not have an ID column, which has made using it in a Skuid model a non-started. The latest release notes say:ENHANCEMENTS: - Support for objects, fields, and metadata available in Salesforce API version 33 (Spring 15) Does this mean that UserRecordAccess can be used in a model?Thanks!
Joe tagged onto another conversation but I thought his problem was worthy of a separate topic. Here is his use case: I want to show a dashboard where information is aggregated by some category, but there is also prominent display of the total. (More prominent than the total line at the bottom of a table) I also want both the table of categorized data, and the prominent display of the total to respond to filters. We first went down a multiple model approach, but quickly discovered that the filters were going to be too complicated to keep everthing in synch. What to do?
Is it possible to access the campaign influence object? I’m trying to add a table to our opp page and can’t figure it out. Would also like to have the ability to add an opp to a campaign. Essentially looking to replicate the campaign influence related list from the standard opp layout. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150430-15366-8n3pv3-Opportunity Hallmark_Baby_via_DEG_ salesforce_com_-_Unlimited_Edition_inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1196859/RackMultipart20150430-15366-8n3pv3-Opportunity__Hallmark_Baby_via_DEG___salesforce_com_-_Unlimited_Edition_inlinepng1430419565”)
Is anyone aware of any problems using Skuid with the new SF Process Builder.I have had an issue with a simple process and SF support believe it may be something to do with the fact that on edit the object redirects to a Skuid generated visualforce page.They are continuing to look at it but wondered if anyone else had encountered similar issues?
We’ve just been playing with importing data from an old Access database into salesforce using the skuid excel import and it is very useful (especially for rapid prototyping). However, we are running into the following error: Apex CPU time limit exceededError is in expression ‘{!validateFile}’ in component apex:commandButton in page skuid:import: (skuid) When we break the data down into much smaller csv files (e.g. a couple of hundred rows) it works (but is a bit painful). There are quite a few columns in the data, so i am guessing this is hitting some limit in a loop?
This question is somewhat related to this post Conditionally render drawer component based on context conditions.I have a drawer action defined on a table. Within the drawer is a tabset that contains a tab that contains several tables. The use case is the conditionally render each of the tables based on the context row.Of course, table column rendering would work great here :).Any thoughts?Best,Irvin
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.