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
I’m working on a SF communities using the VF+tabs layout. I am using a Header override and all the pages look fine and everything is working.However, I can’t quite figure out how a community user could change their password or trigger a Password reset through Skuid pages. I looked through a bunch of ‘User’ models available, but I couldn’t find the option and I’m not sure if this is possible.Question: Is there a way for Community user to change and/or reset their password using a Skuid page?Because since I am overriding the header, they cant access the ‘My settings’ in the top right corner they would normally see.Using 10.0.4, any help welcome!Thanks
I have a table that is linked to a model. The model has a UI Only formula that is a model lookup. If I use any table filter, it works fine. The problem is that if I try to then remove the table filter or update the table filter to another option, the whole table freezes until you reload the page. If I remove the UI only formula, it works again. I am on 10.0.5
I need to build a data capture Pre-Chat form for use in Live Agent. Normal procedure is to create a VF page, but I was hoping to use a Skuid page instead. Has anyone done this?
Hello,I note in the documentation that Aggregate models can only be used with Salesforce data source type. Do you plan to extend this to other data sources? We are considering whether to build out a customer app in SF (with Skuid) or in MS SQL/ Azure (with Skuid) and this a pretty fundamental requirement for the visualisations.Ben
I have multiple SFDC Validation Rules that I have tested natively in Salesforce (different field types) and they work properly. When I attempt to update the same Object Model via my Skuid page, it does not honor the SFDC Validation Rules for that Object. I tested Validation Rules previously when we were still using Skuid Version 8.15.0 and it had no problems recognizing the Validation Rules. We just barely did an upgrade to Version 10.0.5 and now I am experiencing this issue. I also double-checked that I have the checkbox enabled for “Show Errors Inline”. Any ideas?
Hi,I’m getting problem , how to create new contact by clicking button i used a open/close drawer in account for displaying related contacts and i also used button on click of it will create button…
I have a lot of records I need to return, so using an Aggregate Model. I’d like to load all Account records and then show a Pie Chart by Account Type. The problem I’m running into is that each Account Type is just showing 1 record instead of the aggregated total of Account Ids. Here is the XML - should be a simple copy-and-paste as it is using all standard Salesforce fields. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Account" limit="" query="true" createrowifnonefound="false" datasource="salesforce" type="aggregate" sobject="Account"> <fields> <field id="Id" name="countId" function="COUNT"></field> </fields> <conditions></conditions> <actions></actions> <groupby method="simple"> <field id="Type" name="type"></field> </groupby> </model> </models> <components> <skuidvis __c
I’m trying to soft launch a new Lead View page so want to use Page Assignments to give this new view to a few people at a time. I’m just trying to get it to work for a specific profile before going down the road of which profiles/users to give it to to beta. Here’s my VF page: <apex:page standardController="Lead" extensions="skuid.Redirects" showHeader="true" sidebar="true" readonly="true" docType="html-5.0" action="{!IF(canUseSkuid,'',redirect)}" title="View {!Lead.Name}"> <skuid:page objectType="Lead" actionType="View" /> </apex:page> Here’s my page assignment: What am I so obviously missing?
Hi Everyone.Having a strange error come up in a Skuid Page:common.exception.SfdcSqlException:ORA-01722:invalid numberAnyone have any idea why this might have happened?It should be noted that we changed some data types of fields on the Account, from pick-list to Text… would this be causing the error maybe?Cheers.
We use Skuid to automated business processes from front to back office and everywhere in between, and often we have tables of data where users can take many actions on a single row. This leads us to have lots and lots of row actions for a table which causes two problems:1) users have to hover on the icon to see what the action will do (or memorize the icons we have selected)2) Lots of row actions take up lots of spaceMy ideal situation would be to have something like a Navigation component in place of the table row actions - or just a “Action” picklist, were users can decide what to do with that row. Or somehow restyle the Row Action framework to appear as a drop down (even better because of the context getting passed.)Anyone done anything like this?
Hello all, I am attempting to take the difference of two dates (in number of days). Thus far I am unable to get anything to show other than 0. Please see my UI field setup below. I have even tried just pulling in one of the dates with the return type of date with nothing showing up. Does anyone know what I am doing wrong? I have been trying to do something similar to:https://community.skuid.com/t/calculate-age-with-ui-only-field but again, with no luck. Thanks, M$
We recently upgraded to Brooklyn 9.5.10. Since the upgrade my users are experiencing an error when trying to save a trip report page. The error says: “You do not have permission to update the value of this field: Account ID”. I’ve track the problem to the Salesforce Event model and the relatedto field. The save action is trying to overwrite the account id in the relatedto field. In our older version of Skuid, before Brooklyn we didn’t have this problem. Can someone shed some light on what has changed in this last release and why we are now seeing these error messages? Nothing in the configuration of the models or the actions has changed on our end.
In Skuid version 6.8.7 we were able to grab the lower left corner of a text area box and resize it. When we upgraded to Brooklyn 9.5.10 this is no longer available. Is this a configuration change that I need to make to the system, or is it a change in how Skuid fundamentally works now? Is there any way to bring this back?
Hi All,I have a custom component we developed for Email Templating. I had a request to remove the spacing in the CKEditor between the lines on the rich text field. I was able to figure this out with some custom CSS. What Im trying to figure out is how to put this into the component as currently It sits on one of our pages as inline CSS. Can I put something to append it after I use the skuid.utils.makeXMLDoc because the way it was originally developed I cannot just add it directly into the XML like I would normally do. Is there a way I can register css like we register snippets, or can I put it into the CSS piece that I found in the skuid_builders.json file?
NOW in value field not working List index out of bounds: 1ApplicationBrowserRequest TypeApplicationOperationVFRemotingDuration (ms)85Log Size (bytes)49,556Log 36.0 APEX\_CODE,FINEST;APEX\_PROFILING,FINEST;CALLOUT,FINEST;DB,FINEST;SYSTEM,DEBUG;VALIDATION,INFO;VISUALFORCE,FINER;WAVE,NONE;WORKFLOW,FINER 20:54:05.0 (354320)|USER\_INFO|[EXTERNAL]|005j000000AxbLa|bill.fox01@foxconsulting.us|Eastern Standard Time|GMT-04:00 20:54:05.0 (511125)|EXECUTION\_STARTED 20:54:05.0 (515250)|CODE\_UNIT\_STARTED|[EXTERNAL]|066j0000001AVgG|VFRemote: skuid.RemotingStubs invoke(save) 20:54:05.0 (527160)|SYSTEM\_MODE\_ENTER|true 20:54:05.0 (936633)|HEAP\_ALLOCATE|[72]|Bytes:3 20:54:05.0 (995733)|HEAP\_ALLOCATE|[77]|Bytes:152 20:54:05.0 (1010848)|HEAP\_ALLOCATE|[342]|Bytes:408 20:54:05.0 (1026826)|HEAP\_ALLOCATE|[355]|Bytes:408 20:54:05.0 (1040742)|HEAP\_ALLOCATE|[467]|Bytes:48 20:54:05.0 (1094567)|HEAP\_ALLOCATE|[139]|Bytes:6 20:54:05.0 (1194678)|HEAP\_ALLOCATE|[EXTERNAL]|Bytes:50 20:54:05.0 (1241472)|METHOD
I have a text field that I use to store a list of User ID values that are delimited by commas.I want my User Model to use the comma delimited values as a condition for the rows that show up. (i.e. If the User ID is present in the comma delimited text field value then the row will show up).How do I build a condition to do this? How should my text string be formatted (i.e. Should I add single quotes around each ID value, should I be adding the single quote in a special way to avoid it being escaped)
When building a page I find times when it make sense for the same popup to be invoked from multiple buttons on the page.Typically the first time you use the create popup option and you get a nice blank popup and you get to work dragging and dropping your elements.Once I have that popup the way I want it and I am creating a new button perhaps on a different tab that I want to share that popup is there a way to reference an existing popup?
I need to increase the size of columns width in my Chart. Does anyone know if this is possible?
I’ve seen lots of reverse questions but I need to see how to make a child page a “regular” page. No not hide the header, but completely remove the dependency and any reference to the Master.For, at least our, Lightning managed package, pages that have the custom header and footer (child) do not work correctly. Yes, we understand that the Lightning header cannot be removed but it isn’t explicitly said that this means you cannot use Master and Child pages. At least for us, that appears to be the case.
I have a wizard component and have steps that require refreshes of the objects on the page to see the result of workflows, processes and javascript buttons on both same and prior steps. Is there a way to load the object data to show the same wizard step after refresh? Right now, we are refreshing the browser and this always defaults back to step one of the wizard. We want to stay on each step and see the new data created by the workflow, process or javascript button without having to reload and go back to step one each time.
On the Skuid Doc page about outlook (https://docs.skuid.com/v9.1.0/en/data/microsoft/outlook.html#microsoft) there’s a line about creating an authentication provider that says “Client Secret: Enter your Azure AD app’s key value from the previous section.” Just above this it asks for the Application ID, which I can see in my Azure portal, but I can’t see any “Client Secret”. I do have a key that’s labelled Object ID. I tried the Object ID, but encountered an authentication issue when trying to run my Skuid Page. Did I use the wrong number for the Client Secret? Many thank!
There is no option for Run Apex in Action Framework. I have invokable classes. Any reason at a minimum the option isn’t showing up. Running 10.0.6. Thanks
Has anyone sucessfully added enable conditions to a custom component? [Looking at you, Barry]I can add rendering conditions like so: https://community.skuid.com/t/custom-component-conditional-renderingBut I haven’t dug through the code to find the enable conditions.
Hi all, I have created a Skuid page with wizard to use in force.com site. In the last step of the wizard, I would like to show preview of the data entered by site user and also add capthca. Could you please share some pointers on this? Thanks!
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.