Upcoming Event - 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
Restoring an old page version doesn’t revert changes made to the contents of a rich text component. (at least not changes made to the structure of an html table within a rich text component).
I have applied update 4. The merge syntax is working on a page title but not in the button.https://drive.google.com/file/d/0B409lhd9sYDcS1BVNGU3Z1Y5ejQ/view?pli=1
I have a picklist with 8 items. Based on the item select a unique Field Editor is rendered. As an example if “Event” is selected and I have the Field Editor Rendered with Temp_Type__c = “Event”. Nothing happens.https://drive.google.com/file/d/0B409lhd9sYDcOG4yZW81eVlZTVk/view?pli=1
I know that I can access an attachment by using “/servlet/servlet.FileDownload?file={{Id}}”. Rob seems to say in this thread that you can put this inside of a img tag, to show multiple attachments on a single page. I have been experimenting with this, and it doesn’t seem to be working for me (not getting anything) . I have tried the img, iframe, embed, and object tag, and they all don’t display as nicely and cleanly as previewing the attachment. I would like to know if there is a good way to display an attachment as its full size, using a template. Also, assuming it is possible to display this, I would like to be able to print multiple attachments at one time. So assuming I have templates displaying Attachment 1,2,3,4 and 5, I would like to be able to print the entire page and get all 5 of the attachments printed in one print job. Is this possible??? Any ideas???
Built out my mobile page for “wizard” that allows our sales users to easily close out their meetings while on the road. We are having major issues with page freezing after updating only one field. Are there any other Skuid users experiencing this issue and any solutions? We just went live on Salesforce Oct. 9th and are having constant issues with Skuid mobile.
I just Upgraded to Banzai and am testing out pages and I am noticing a lot of Save button issues where the actions are failing and my block UI is not going away. After inspecting further it seems that now since Banzai when I load a page then load tab/popup etc that contains another page via page include, I am getting the below error. Once I get the error once, the page session is completely broken until a full refresh. After googling the error I find a lot of people saying that it is due to CSRF and to disable that, I dont think that is a smart choice to disable that.Skuid,Why are regular saves getting caught as CSRF errors on the VFRemote.js:85 file? Can someone help with this as it is happening all over my system?Uncaught TypeError: Cannot read property ‘tid’ of undefined
Does anyone know how to make icons smaller? In particular, I want to make my row action icons smaller so that they don’t make the rows in my tables taller. I noticed that my tables with no row actions look very narrow (which I want) but once I add a row action, they almost double in height.
Has anyone else run across this? Also, can’t get them to show up properly on charts
Checkbox UI Only fields with “Default Value” of “checked” are not displaying as “checked” in the UI. Notes - Inspecting skuid.$M(‘Account’).getFirstRow() shows that there is no field value for the UI field on initial page load. Steps to reproduce: Create account detail page Add UI only checkbox field with “default value” checked Add field to field editor Preview page Actual Result UI only field shows “false” (not checked) skuid.$M(‘Account’).getFirstRow() does not contain a field value for the UI only field Expected Result field should display as “true” checked skuid.$M(‘Account’).getFirstRow() should contain a field value for UI only field with value of true Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> <
When a model contains a checkbox field, the “cancel changes” action framework action results in a javascript exception. Steps to reproduce: Create standard account detail page Add checkbox UI only field Add field to editor Preview page “Check” the checkbox Click cancel button Notes - It appears to be a problem with the checkbox field not properly getting set in model.originals when the change in step #5 occurs. Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> <field id="Name"/> <field id="CreatedDate"/> <field id="CheckboxUIField" uionly="true" displaytype="BOOLEAN" label="Checkbox UI Field" defaultValue="false"/> </fields> <conditions>
Hello! I’d like to click on a chart and have a table that is using the same model be updated. I tried adding an on-click action to a series on my chart and activating and setting a condition on my model, but it fails to update either the visualization or the table. Any thoughts? Thanks in advance! Eulogio
This is a new installation of SKUID and am working with the out-of-the-box CRM Examples, i.e. Opportunity Tab view, but it only looks for owners on an Opportunity. We use Opportunity Teams, looking for suggestions how best to add new Filter Button (Show My Opp Team Records).From what I’ve put together, I added a second model for Opportunity Team, then tried to have it drive the Opportunity Id, no luck.
I’ve discovered that if I clone a model, my templates that use the original model automatically changes to use the newly cloned model. Obviously this isn’t exactly the behavior I’d expect from the template. Is this a known issue? Does it impact more than just templates?
I’m trying the build page pack and get the attached error message. I thought there was something I missed in one of my model definitions but I tried re-creating it from scratch with nothing on the page yet, or just very minimal component and it still shows the error message. Has anyone encountered this and what is the resolution for this issue? Thanks, Cecilia
Hi,I had previously built some pages in Skuid. I have upgraded to the latest Banzai release. I have decided to build a navigation menu. I followed the Skuid tutorial to create a Navigation header. It is saved as a Master Page. I now need to:1) Discover the best way to incorporate the navigation menu throughout my app. I did not want all of my app pages to display in Skuid. I simply want to use the navigation to open SFDC pages. Q: Is this possible? If so; can someone help me learn how to accomplish?2) Secondly, until I can discover how to accomplish Question #1, I tried following the tutorial to take an existing page and use its XML in a Navigation Master Page child page. I was hoping I could do this to take my existing Skuid pages and use them with the navigation. This would be a workaround to what I am trying to accomplish as outlined in Question #1. However, after following the instructions in the Master Page tutorial article regarding merging the XML into a child page (since the
I’m trying to load only ParentObject__c records where ChildObject__r.records != null. Is that possible? I figured out I could hack the XML to do this with render conditions, but when I tried that with the Model conditions it wouldn’t work, it gave an error that it couldn’t recognize the field ChildObect__r.records (or ChildObect__r.records.0.Id etc, tried a few variations).Is it possible to hack the XML this way, or do I just need to load all the possible Child Records in a new model and then use that as a condition for loading my parent model?
I’m trying to create a row action that creates a new Contact under the Account. I basically want it to be a re-direct URL that opens a blank window (which is easy), but I want it to have some of the fields already filled out (i.e. phone number, revenue, industry, etc.) based on the Account. Anyone have any idea how I can do this? Thank you!
My sandbox org with Skuid version 7.20. When I try to add a filter critera to a lookup, the options to input the filter definition is not showing up. New lookup filters (Screenshot below) Existing lookup filters (Screenshot below) I’ve tried this on existing Skuid pages, on new Skuid pages. Also I’ve tried this on Chrome and Safari (clearing cache etc), and also tried accessing the same org from a colleague’s computer to the same org, and he gets the same behaviour. On another org (with Skuid 7.20), this feature is working. Any help would be great. Happy to grant someone at Skuid login access.
I have a file upload component on a wizard and have a couple questions:1. How can I tell if a file has been uploaded so that I can not enable the “Next Step” button until one has been uploaded?I am saving to the attachments on the Record. I want them to be able to upload one or more files. 2. I would like to display the names of the files immediately after they have been uploaded to give them some feedback that it has succeeded. The file upload does not seem to trigger a re-query of the record and there does not appear to be an action framework.Any ideas?Thanks,Tony
I created a SKUID Tab page (child of master) that renders fine until I try to share it. While troubleshooting, I gave the person I’m sharing with admin privileges in SKUID and the page still does not render data. The person has the necessary object / visual force tab privileges in SFDC to access the page as well (The standard SFDC page works fine). The following is a screen shot of the error. Any advice would be greatly appreciated UPDATE: Problem Solved. I shared the master page as well with Role / User and that resolved the issue.
I have a template using {{$Model.MYModel.data.length}} on 2 pages.This only works on page1 if the component’s model is set to MYModel. If It is set to any other model it displays 0.On page2 it works exactly as expected.What are the factors that could cause this problem (and yes, the model does have rows)?
This code for a custom field renderer with the Model se to “Act” says that it cannot find the ActId. What am I missing? Thanks! Anna var params = arguments[0], $ = skuid.$; var field = arguments[0]; var model = field.model;var row = field.row;console.log(row);var Act = row.Name__r.Id;var ActId = row.Name__r.Id;console.log(ActId); var NoOfActPerformers = 0; var ActPerformers =‘none’; var ActPerformerModel = skuid.model.getModel(“MMA_Academy_Student_Event_Act_Performer”); ActPerformerModel.setCondition(ConditionForSpecificAct,Id); ActPerformerModel.updateData(function(){ NoOfActPerformers = ActPerformerModel.data.length; console.log(NoOfActPerformers); if(NoOfActPerformers>0){ for(i=0;i<NoOfActPerformers;i++){ ActPerformers = ActPerformerModel.data[i].MMA_Student__r.Name; console.log(’ ActPerformers ’ + ActPerformers); HtmlString = HtmlString + ’‘+ ‘&nbsp;’ + ‘&nbsp;’ + ‘&nbsp;’ + ‘&nbsp;’+ ActPerformers +’'; var cellElem = field.element; cellElem.html(HtmlString);
We’re testing the latest version of Banzai in a sandbox environment, and have noticed that the multi-select picklists that are marked as required (or assigned the “required” css class) no longer render with a red outline.Thanks!Kartik
I have a table with drawers. Inside the drawers are 3 response grids and each has their own “Page Title” with buttons. When I press a button I change the value of a picklist. The value chosen in the picklist renders one of the 3 response grids.When I open the second item in a table to view its drawer the correct response grid is shown, However, when I click on a button in that response grid only the first item in the table is changed.The button does not seem to know which item to modify?https://drive.google.com/file/d/0B409lhd9sYDcckFfS2RoQ1RtNUk/view?pli=1
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.