Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Matrix BusinessAccount name TypeI like to show filed value like this is it achievable using skuid ?
I have been struggling with this for more than a day now and would really help if anybody from the community could help me out with this. We are trying to keep our users within skuid as much as possible so we are in a process of skuidifying whatever we can… one of which was the new notes object. We had the old notes already skuidified, so I assumed this would be an easy process… except it involved building models for all these objects - ContentNote, ContentDocument, ContentVersion, ContentDocumentLink and I wasn’t very happy with the end result. One of the biggest reasons being that the users get the richtext experience with native salesforce and I wasn’t able to do that using skuid.So I instead thought of displaying the native salesforce page for notes in a popup using an iframe, but I got the error that it cannot be done “in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’”. I remember having dealt with this issue with chatter and I was able to fix that using the skuid__socia
We have a skuid page that is shown on a Force.com Site which is then embedded via iFrame on our own website. As such it uses “third-party” cookies since the skuid cookies via force.com are not from the same domain as our website.Some users have settings in their browsers to disallow third-party cookies. When this is the case the skuid system works for some things but not others (like it won’t save data in some cases).Is there any easy way in Skuid or on a visualforce page/site to test to see if cookies are being set properly so I can show a warning or error message about this problem?Thanks for any ideas.FYI the error message I get from Skuid is:skuid__SkuidJS:7 Uncaught DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
I have an iframe template in a popup window that displays a third party screen for DiscoverOrg. This has been working perfectly fine for about a year and it suddenly stopped. It still works fine in our sandbox instance. The code is exactly the same. This looks like a problem on the vendor side of things, but I find it strange that it doesn’t happen in my sandbox instance. We are on NA33 in salesforce. Did something change there that would impact this? Did skuid make changes that would impact this?
Hi at all,is it possible to call SOAP webservice?Thank you
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.
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.