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
When navigating through the page using tab key. At checkbox data point when we hit the tab key, there an unexpected pop up appears.We weird thing is, it doesn’t appear on other checkboxes on the page. When we tried to view the popup in page editor, there is no such pop up.Any suggestion for this kind of behavior ?
We have two process builder flows that populate information on an Opportunity from the Account upon creation of the Opportunity. The process flows run fine from the standard SFDC UI but when we create them in the Skuid UI, they don’t trigger. Bit of background - we’re creating records from a wizard but as part of the process, the Account is saved and created before the Opportunity fields are presented in the wizard. Any thoughts as to why they don’t want to play nice?
This is a continuation of another thread which was marked as solved. The below problem remains unsolved: Now I’m getting this error in the url of the auth popup: error=invalid_scope&error_description=the+requested+scope+is+not+allowed The connected app scope: The authentication source details: What am I missing here? The instructions say that the scope must match, and they do, as far as I can tell. Why might I be getting this error?
I have Look up filter on a lookup field called Contact name On the Case sObject. Basically the filter I had says that when we you choose an account from Accounts lookup field, only those contacts which are related to the account selected in the above field should be displayed. This filter condition is working fine on a native salesforce layout. But when I have my skuid page on new button to create a case, this Filter condition is not working. Therefore all the contacts are showing up. How do I solve this issue? Do i have to any condition on the skuid page? Thanks.
Dear Community, i have a problem with creating a custom theme from standard SKUID theme - see attached screenshot. When i go Theme Page and hit “Create New Theme” i get the dialogue to chose Base Theme, but once i enter and kind of name and hit the “Launch Theme Composer Button”, i receive an error. The only other button i have is the Cancel Button, so i don’t think there is much i could have done wrong…? Many thanks, Wolfgang
error: redirect uri mismatch I set up connections to external salesforce orgs per the documentation. Now, when I try to create a model against one of those data sources, I get this popup error:
Is there a way I can use merge syntax to get the id of a field editor’s model?Suppose I have a model named MyModel, and a field editor on that model. I want the first section header of that field editor to say “MyModel”Of course, I can use global syntax, like {{&Model.MyModel.id}}, but then I may as well just MyModel, because I’m hardcoding the model id anyway.I think the basic question here is: Will a field editor’s section heading ever run merge syntax in model mode?
We have 2 salesforce orgs, and would like to transfer/sync data from 1 Salesforce org to the 2nd Salesforce Org. Is there some documentation on how this can be accoplished? Source from Skuid’s Products page: https://www.skuid.com/product : Connect with clicks, not code. Connect to your company’s data no matter where it lives, including Salesforce®, Oracle®, SAP®, Sharepoint®, and more. Our compatibility with REST APIs and OData sources opens up thousands of data repositories with just a few clicks.
I can’t give access to a user. I already tried following this:http://help.skuid.com/m/getting-started/l/102645-let-other-users-access-skuidbut didn’t made any difference.Also tried giving the user all the permission set:*Skuid Admin*Skuid Page Builder*Skuid Page Viewerstill didn’t made a difference.
I want to display 3 lookup fields on Activity object. But Activity object can have only one lookup field. So I created a text field in Salesforce. In skuid I created a UI field which is reference to user and on save, I am saving value in text field which I created in salesforce. The value is getting saved. But I am not able to display it on detail page.
I would like to clone a record in a popup when clicking on it from a search result and attribute it a specific new main record ID so that when the popup closes it appears as a new row within the table. This record would have multiple related objects which need to be cloned as well.I have tried using the Cloning Account Page tutorial and the Create new records in Popup but i don’t understand how I can link the actual search result information into the new model data.So help pls?
In Skuid I am marking fields as required. But also conditionally rendering them to only show up if the condition is met. When I have done this on other pages the required field is only required if the field is conditionally rendered. In this case the field is not rendering (like it should) but the save is not being allowed to take place because “Required fields have no value”. Is there a new step or something I am missing to make Required fields only required if they are rendered?
Donut chart on an agg model, with a series click action framework like so: However, no matter what I click in runtime, the popup is getting passed the patientZip value for the first row of the Agg model, not the context (clicked) row. Help?
HI, I have a filter on case object which shows the results based on the following filters. Now my filter conditions are working fine (like when Click All My Cases, I am able to see all my cases). But the label beside the drop down is not changing. i.e No matter what option i select, the button label is displayed as All cases but the result is as per the option (Query) that i selected. please look at the below image which clearly explains about my issue The above picture has two screenshots where in the first table is not having results but the second table is having results. I have selected two different filter options in both the case and that’s why one table doesn’t show any results and the other shows some results. But the filter label is still with the same name. How can i solve this issue?
Hi guys,So I have a couple of Picklists in different Custom Objects that I would like one to control the other. I have tried to se the values but the controlling field is not visible due to that it belongs to another custom object. Is there a way to link these two to be able to have the Field Dependency from one pick list controlling the other?Thank you!!
Hi all, I am using multiple tabs in a skuid page. In one of the tabs, on change of some field, I am displaying custom validation (created on the salesforce object). After getting the error message, when I click on the next tab, few of the page title sections’ rendering conditions doesnt seem to work at all. The models are getting loaded because all the fields are displaying properly but only few page title sections are not at all getting rendered. Any suggestion would be helpful. Thanks
I’m working on a global save/cancel component. It appears to be functioning alright, except that the enable conditions on the buttons that I’ve tried to reproduce through the XML are not working. Any thoughts on why that would be? From the core code, it looks like buttons are technically their own components. Do I have to manufacture them and then somehow add them as child components of the pagetitle? Here’s the runtime code so far: skuid.componentType.register("compass__globalsave",function (element,xmlDef,component){ // Shortcuts var $xml = skuid.utils.makeXMLDoc, $e = skuid.events.subscribe, // Get properties var exceptionsArray = xmlDef.attr('exceptions') && xmlDef.attr('exceptions').split(','), cssClass = xmlDef.attr("cssclass") ? ' cssclass="'+xmlDef.attr("cssclass")+'" ' : '', uniqueId = xmlDef.attr("uniqueid") ? ' uniqueid="'+xmlDef.attr("uniqueid")+'" ' : ''; if (exceptionsArray && exceptionsArray.length) mo
Hello, have a quick one. I’ve got a rest api running a pulling data in relation to the Account that is set by the page param. I then want to use an action to update a row on the account. What would be the correct way of writing the variable? This is what i assumed was correct but is not: {{$Model.APIConnection.response.data.id}}
I have the following if formula references a reference field. It shows blank on all rows: IF({{Primary_Vendor_Contact__c}} != null, "No error" , "A primary contact is not designated for this relationship")
In a table I’m getting single spacing between rows. When I add a Boolean checkbox field to the table,(LDC Rejected) the spacing increases. Is there something I can do about that? I should note that this is an aggregate model, if that makes a difference… Without checkbox With Checkbox
I have a condition that was role based, so I created 2 buttons and added a render rule. That was able to distinguish 2 sets of actions depending on the role. Well now within that same record as well there is a field “record type” that I want to default based of the profile. So basically if it is profile A auto default to record type a Profile B auto default to record type b Any Ideas on how to go about this? Thank you all!
I have three different levels of SKUID access. 1) Internal Staff who use SKUID as both builders and viewers. 2) Community Members who use SKUID to log into a portal which consists of all SKUID pages after the login. 3) Public Users who log into the Community via Sites and have view access to SKUID without authentication. The problem I am running into is that for the second group they may abandon a page and perhaps try to refresh it later (after their session has expired). But since the public guest user has View privilages they can see the page (although the correct information is not getting loaded into the models since it depends on the logged in user.) and this is providing some unintended results. Is there a way for me to run an action based off of a non-authenticated user hitting the page (perhaps redirecting them to the login page?) Or maybe there is a better way to satisfy the three conditions but lock down the security on some of the Skuid pages.
I’m trying to update a rows picklist value using a snippet. Here is my loop $.each( SalesOrderLineItemsSelect.data,function() { var updateRow = SalesOrderLineItemsSelect.updateRow(this,‘Status__c’, ‘Invoiced’); }); (There is other stuff in the loop, but that’s working correctly so I removed it ) This loop runs and it updated the “Status__c” field correctly when I do a skuid.model.map().SalesOrderLineItemsSelect.GetRows(). But, when I save it, the field isn’t updated. I’ve put another text field in the updateRow var to see if it would update properly and it did, but for some reason this picklist will not update. Any idea what could be causing this?
I have created one Row Action in Table and calling apex function from snippet. But it is not able to call the Apex function. Weird thing is that i am not getting error after clicking row action icon. Can somebody help to resolve it? Class - public with sharing class MyApexController{ public static List getUnReadAlerts(Id alertId){ // Logic return List; }} Page - <apex:page docType=“html-5.0” readOnly=“true” standardController=“SObject” extensions=“MyApexController”> <skuid:page page=“skuidPage”/></apex:page> Snippet - var $ = skuid.$,args = arguments[0],item = args.item,list = args.list,model = args.model; var currentUserModel = skuid.model.getModel( ‘NewModel’ );var alertRecord = currentUserModel.getFirstRow();var alertId = currentUserModel.getFieldValue( alertRecord, ‘Id’ ) ;currentUserModel.abandonAllRows();alert(‘Point1’);var myUnReadAlerts = MyApexController.getUnReadAlerts(alertId);currentUserModel.adoptRows(myUnReadAlerts);alert(‘Poi
We’re keen to use Calendar component to manage our calendars rather than Google calendar, though a few drawbacks are getting in the way of productivity:For week view: (1) We want to see the current day highlighted somehow (in google calendar it puts the whole column in a light grey)(2) We want to see something indicating the current hour, or perhaps at least row lines - at the moment it’s really hard to work out what time we are at in a day, and see how far the next event is, as well as identify which hour an event falls in.(3) Can we make some text smaller in the event display “Event Tempate”, e.g. on the first row show a start and end time e.g. “HH:MM - HH:MM” in smaller bold text, then on the next row show the subject in larger text?
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.