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,Is it possible for an In-Line Js Snippet to execute each time a UI-Only field’s value is changed (without saving ofc, as Ui -only field won’t keep value…)So each time Ui-Only field named : paid_percentage is changed for this inline-snippet to runvar params = arguments[0], $ = skuid.$;var model = skuid.$M(‘FundingPerformance’);var row = model.getFirstRow();var dateVar = row.Effective_Balance_Date__c;var daystoadd = row.days_to_add;var newdate = row.Date_percentage_reached;//convert from Salesforce date to Javascript datevar jsDate = skuid.time.parseSFDate(dateVar);//add daysjsDate.setDate(jsDate.getDate() + daystoadd);//convert from Javascript date back to Salesforce datevar daysAdded = skuid.time.getSFDate(jsDate);model.updateRow(row,{Date_percentage_reached : daysAdded});Thx
I have a skuid page for creating cases and there is a contact lookup field on the page. When i click the contact lookup, a layout with a list of contacts is displayed. My issue here is, if i don’t find certain contact that i am looking for then i want to create a new contact by having a button on the same window. IF there is way to have a button here, then ill Add my Case Create page to the Button created on the Lookup window. Is there anyway to accomplish this task?
I have created console component in the Console App. I have created a custom object called Alerts and the data related to this object is displayed in the component using skuid page. Now i want to have two different filters , one will have the Unread Alerts and other will have All Alerts. If user clicks on any of the Unread alerts , it should vanish from that view. Also i want to have pop up like Microsoft Link or communicator when new Alert is created in the system.Can someone please help me or give some approach to resolve this?
Is it possible to disable the hover behavior?I have vertical navigation menu that looks like thisAccountContactEvent Event Category Event LocationInventoryWhen the user mouseover Event, it open up the Event sub menu and show Event Category,Event Location. Since there is no action on the Event menu, it open up the sub menu as well. Is it possible to remove the mouseover (hover) behavior and only open the sub menu if the user click on Event?
I have a table that is based on a custom object that serves as a task management tool. There is an owner field on the record that is required in order to save. It is a look-up field that looks up to the User object, however when reps try to in-line create a new record, it defaults to the Group object. Is there a way to have it default to the User object instead? What it currently defaults to: What we would like it to default to: Thank you!
I have a skuid theme built on Skuid’s Lightening theme. Now I have to package this and upon installation apply this theme as the default theme.Any help is appreciated!
Not sure why, but I am getting the following when i try to preview a skuid page. It is the UI-fields in one object. not other UI-fields in other objects. User Bill Fox Date 7/13/2016 11:46:12 AM EDT Status Success Application Browser Request Type Application Operation VFRemoting Duration (ms) 1,303 Log Size (bytes) 9,062 Log 36.0 APEX_CODE,DEBUG;APEX_PROFILING,INFO;CALLOUT,NONE;DB,FINEST;SYSTEM,INFO;VALIDATION,NONE;VISUALFORCE,FINE;WORKFLOW,FINER 11:46:11.1 (1351803)|USER_INFO|[EXTERNAL]|005j000000AxbLa|bill.fox01@foxconsulting.us|Eastern Standard Time|GMT-04:00 11:46:11.1 (2554511)|EXECUTION_STARTED 11:46:11.1 (2563428)|CODE_UNIT_STARTED|[EXTERNAL]|066j0000001AVgG|VFRemote: skuid.RemotingStubs invoke(save) 11:46:11.1 (4301846)|SYSTEM_MODE_ENTER|true 11:46:11.1 (60366695)|SYSTEM_MODE_ENTER|false 11:46:11.1 (60382550)|SYSTEM_MODE_EXIT|false 11:46:11.1 (60415037)|SYSTEM_MODE_ENTER|false 11:46:11.1 (228224512)|SAVEPOINT_SET|[7728]|SavepointValue0 11:46:11.1 (297597565)|DML_BEGIN|[8158]|O
there is a starter opportunity detail page that references a page that does not exist in the repository. https://github.com/skuidify/SamplePages/blob/master/SkuidForCRM/OpportunityDetail_SkuidForCRM Can someone please upload it?
I have a mass action on a table which runs a snippet - this opens a new tab for each row in the table: skuid.$.each(arguments[0].list.getSelectedItems(),function(i,item){ window.open(‘/servlet/servlet.Integration?lid=00b24000001Mmpi&eid=’ + item.row.Id + ‘&ic=1’ + “_blank”); }); This works fine, however each new tab opens to a page in another app, which has its own dialog box and requires the user to click OK before it will allow the user to do anything else. Is it possible to pass a function along with the window.open function, to automatically detect this dialog box in each new tab, and click the OK button automatically? I’ve tried running a setTimeout function in the original page, however the dialog box(es) seem to prevent any other javascript from running in the original tab.
Hi, I have a scenario like mentioned below: A function to call APEX from skuid snippet, which takes a parameter “userType”. If the event is not successful and on some specific error code., would like to modify that parameter to “some other” and need to call this function again. myController.myApexFunction(userType,function(result,event){ if(event.status){ //already some happening code //I am good here to do something } else if(event.status === false && result.errCode === ‘user exists’){ //need to modify param userType = ‘existing’; //call this apex method again // here instead of pasting the function call"myController.myApexFunction(userType,function(r,e){})" , I thought of using http://summerofgoto.com/js/goto.js , to move the control to the line above where the apex function call starts. } }); Has anyone tried using goto.js used from Skuid ? When I tried to include this as an external script on my page, and tried to create a label as suggested in goto.js documentation (http:
I have a skuid page that edits an opportunity. I have a process builder that runs when the stage is set to closed won and via an approval process locks the opportunity. This does not allow any further changes to the opportunity. We do want to allow the system administrator profile to be able to make changes to the opportunity but the skuid page does not allow the save and shows a message that says “model is has no changes at all”. when a system admin makes an edit on the skuid page the cancel button is enabled but the save is not. When you hove over the save button the skuid page shows a red circle with a line through it with the message “model is has no changes at all”. The default Salesforce behavior is that the system administrator can still make changes to a locked record. HElp!
Horizontal nav component inside fit-to-content div of responsive grid component is not wrapping when page gets smaller than div.Not sure if that’s a grid problem or a nav problem.Here’s the evidence:
I have a rest model that I don’t want to load until filters are set. However, on pageload, the endpoint is being called and the models are loading with the default filters. Is this by design or or can I disable this feature? I have “Load Model data on page load” unchecked on the model.
I’ve noticed recently that when a fix is released for a community issue, the community issue’s are being closed/archived which means they don’t accept comments and are no longer searchable. Closing/Archiving issues has two downsides:1) Further feedback on an issue requires a new issue to be opened and it looses the context from previous issue. Yes, the issues can be merged but leaving the issue open and “Solved” would suffice and provide room for further input. Additionally, when the fix is tested by end-customers, it can be updated as confirmed which validates that the fix addressed the issue as expected.2) Users who run in to a problem in the future would not be able to find these old issues. Often times, old issues (or variants of old issues) could lead users to either re-opening an issue and/or finding useful information about something they are currently experiencing including potential workarounds.Outside of reducing the number of items in the community (which would be a minim
Two models, Basic and ChildAgg; ChildAgg is an aggregate model on an object with a master/child relationship to Basic.I have a FFAM condition on the master/child field on ChildAgg2 which looks for the Id of any row in Basic.I have another condition with Id=null, with condition grouping logic 1 OR 2, so that I can do this: https://community.skuid.com/t/no-value-behaviorThe no value behavior for the FFAM condition is accordingly set to ‘deactivate’.I have a model action on Basic which queries ChildAgg every time Basic is querried.When Basic returns rows, and then subsequently is updated to not return rows, the FFAM condition on ChildAgg is not deactivated upon its subsequent query.What’s up with that?I know there were some changes to FFAM conditions with Rockaway. Is Ben’s workaround also broken?
Hi,I’m looking into finding a way to Expose certain Skuid pages to my clients, through Public Site (guest user license)The goal is to have the ability to send a url to client , which when clicked, would not require a log in with a username and PW, and have client be able to view, using skuid, info i want to share + add/change info and commit to dbFrom my early testing, I’ve been able to produce a page like that, now looking into potential Security issues.Speaking to one of the Dev i work with, he has some questions which I could no find answer to, or maybe if someone has accomplished something similar which is secure, can share the way they’ve done it.Here are the questions (sorry if not very clear, I’m translating them from french lol)1- Is it possible in skuid to pass URL parameters through POST method and not through the URL?2- Can Skuid read cookies?3- Can a Skuid page execute a Method specified in a Apex class?Thx
I’m using handleMessage() to display error on my page. It’s displaying all the error fine but the issue is it will only display them once and if the user made the same mistake again after making some other mistake,handleMessage will not display the error message. This is misleading as user might not know why the system is not responding when in reality it’s because of an error.My code:var editor = $('#PanelForAll ').data(‘object’).editor;editor.clearMessages();// Handle error messagesvar displayMessage = function (message, severity) { //console.log(‘called error message’); editor.handleMessages([ { message: message, severity: severity.toUpperCase() } ]); return false;};if(selectedItems.length>1){ return displayMessage('Please select one row at a time to edit ', ‘ERROR’);}else if(!selectedItems || selectedItems.length===0){ return displayMessage('Please select a row to edit ', ‘ERROR’);}These messages are only show when they
Hi,We want to access a data model in a Skuid custom component(in the builders.js), in a “propertiesRenderer” if we access the model asvar ItemModel = skuid.model.getModel(component.state.attr(“model”)); This is not giving the model properties.How could we access the skuid model properties in a custom component builder?Is this possible, if not waht are the alternatives?We are looking for this functionality to populate the fields of a selected model picklist in to a multipicklist field.Thanks in advance
Looking to build a carousel component / functionality using Skuid. Any pointers or suggestions will be helpful.
When we enter a search text in the referenced field instead of clicking on the lookup icon,it is throwing a SQL query exception.Search pop-up or search fields has 4 fields:- 3 string fields and one checkbox.We are getting an exception that search text can only be compared with string fields.When we remove the checkbox fields from the search fields,search is working fine,else it is throwing an exception.But we are facing this issue only in production which has Rockway Point Release 5 version.This is working fine with the checkbox in our full copy sandbox which has Rockway Point Release 2. Any thoughts on why this is happening?
I have an urgent need to secure a Salesforce trainer for July 15 in Sarasota, FL. Accommodations and flight are taken care of by my client.The group is made of 15 salespeople and managers.If you know anyone, please direct them to my LinkedIn page to contact me.
As per this post that is marked as answered but a solution is not posted. Specifically this comment by Elissa: It seems that the render conditions access the URL I see in my browser and not the query string in the page include. Rob goes on to suggest the following: Our reccomendation is to use model data to control your client side processing rather than using URL parameters. Have a parameter effect a model condition and then show the data from the model, or conditionally render based on the model. Rob, maybe I’m slow this morning, but can you provide an example based on the following:
I’m trying to add icons to Progress Indicator but every time I add an icon it throws an error “Uncaught TypeError: a.match is not a function skuid__SkuidJS:25”. What is more bad that it refuse to go even after you remove the icons later. Is this a bug or am I making some mistake.
I have two objects collateral and applicationCollateral(contains collateralId,Amount). What I’m looking to do is to provide two options to user 1.to create new collateral and applicationCollateral 2. updating existing collateral and applicationCollateral. I have created a wizard for it which works fine for 1st requirement i.e creating new but its not updating values for existing collateral and applicatioCollateral. Now here is catch which I feel is creating problem,what I have done is create two model(namely Collateral and CollateralClone model) on same object collateral. first one i.e collateral, which will be used to display the values in wizard steps and the other one will query the collateral model based on condition(where collateral Id is the Id of collateral selected from lookup( of applicatioCollateral object i.e ApplicationColateral__r.Collateral__c) in previous wizard step). After the query I’m updating rows of the Collateral model which is displaying the correct selected col
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.