Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
hi,I have licenses for internal users and licenses for portal users, but in the manage licenses there’s only 1 count of licences:Allowed Licenses 32Used Licenses 26I know that I have 22 internal user licences and 10 portal.Now is easy to track because numbers are low and I can count how many users, but in the future…
I want to create/update an EventRelation record related to an Event record,In salesforce I could create an Event with multiple contacts or only one Lead (limitation);If I want to update/change WhoId Lead Contact and save I mark rows for deletion and save, and this it will not work and I get Error : EventRelation can’t be created for a Event that already has a leadOR if I change Contacts to LeadError: EventRelation of a lead can’t be created for a Event that has already had EventRelation of contacts or accounts, opportunities, custom objects, and other entities.How can I handle this situation? Please help.
While loading a skuidpage in a console app, one skuid page periodically doesn’t load because of the following error in static resource skuidjs line 30: Uncaught TypeError: sforce.console.isInConsole is not a function I think this may be an issue due to a problem with salesforce not always having a value for isInConsole, but this is blocking us from releasing the console app to our production users. If skuid js handled the case where sforce.console isn’t null, but sforce.console.isInConsole is, I think the page would still load. I would try changing this file myself but I don’t know of any way to change a static resource from a managed package.
I want to create a template field the sums the values of a child relationship field for each record of the parent. Example: -Parent has three children -the child object has a field named “widgets” -each child record has the number of widgets that child made in the widgets field I want to sum up all the widgets created by all the children BUT ONLY FOR A CERTAIN DATE RANGE (Last Month) based on the created date of the child record Is this possible with either template field or UI Only fields? Thanks!
I have a textarea that shows as a texteare in the “Fields List” as in fact a Rich Text Area 5000 characters long. When I drag onto the page it shows as a Text field and behave like a 1 line text field. There are no options to state how many rows to display.
Since we all wish we could be Pat, here’s a video…This is an expansion of the problem noted here: https://community.skuid.com/t/rich-text-component-data-not-restored-by-old-page-versio…
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.
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.