Upcoming Event - 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
Hi,How do we restrict the skuid popup to not to close on ESC key press ?Which event and how to catch in javascript snippet for that popup ?
Is there a way to change the visible week on the Calendar Component using Javascript? Basically, I have a Page Title with “Previous” and “Next”, and I’d like to use these buttons much like the default week-to-week navigation - but with the added potential of using the Action Framework too. Is there a js function that I can use to change what week the Calendar Component displays?
I would like to remove the left and right arrow form the skuid calender month view. I am just showing only current months events and not interested that user clicks previous or next month. How can we achieve that?
Hi Is it possible to have more than 1 Field Renderer on 1 specific Field? My use case: I have a UI-only field with a existing Field Renderer for OnChange handler, and I want to apply the Slider Renderer to that field as well I tried many combinations and even tried to duplicate fields, and assign 1 field renderer to each, but the onchange handler would not work … In case useful here are both Snippets Onchange Handler: var field = arguments[0], value = arguments[1], model = field.model, row = field.row, $ = skuid.$; field.element.change(function(){ //some actions after the value of the element has changed skuid.snippet.getSnippet(‘addDays’)(); }); skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field, value); Slider: var params = arguments[0], $ = skuid.$; var field = arguments[0], value = arguments[1], $ = skuid.$; if (field.mode == ‘read’) { skuid.ui.fieldRenderers.PERCENT.read(field,value); } else if (field.mode == ‘edit’) { var amt = $(‘<div class=
I’ve found a CSS rendering bug in the builder’s actions tab. Something about overflow. See the video below for a demonstration and a quick fix…
I can’t figure out what is going on here. I have a custom picklist field on the contact object. It has always worked as expected. Now, when I go to either of two tables that display this field and try to do inline edit, only one of the 6 values displays as an option in the picklist drop down. I don’t have any conditions or actions that would effect this. Anyone else have this problem?
On more than one occasion I have needed to change the data that is displayed inside of a donut graph. I asked HighCharts if this is possible and they pointed me in the right direction. I am still a newbie with JavaScript so I am unsure how to alter the code to work in Skuid. If some one could help me out with this it would be great and I think helpful to others.Basically, setting the snippet as a before load action on the graph should change the center data with the title data. I want to use a merge syntax so the information is set dynamically. Example: - http://jsfiddle.net/qq6o1ma1/ Docs: - http://api.highcharts.com/highcharts#Chart.setTitle
I am running a snippet from a group of global actions. To dynamically change content, I need to know which one was clicked. I tried I few things unsuccessfully and therefore need the help of the community. Thanks.
I have a tab set with quite a few tabs, see below. I am concerned that the users will not be able to see what tab is currently selected. I would like to have some way to help the currently selected tab stand out, like change the color or make it bigger, etc. Seems like this would be a pretty common request. Any thoughts?
Couple of issues with using Run Custom Apex Action:1) After choosing an action, Skuid displays the parameter list. From there, if you change the action, the parameter list does not update to reflect the newly chosen parameters. You need to click somewhere else an come back to the Run Custom Action to see the correct parameter list.2) When attempting to pass a List of SObjects in to an invocable method, Skuid does not accept {{$Model.MyModel.data}} or any other attempt - it always just clears out the value. Invocable methods support lists of concrete SObjects. I had asked the question at https://community.skuid.com/t/is-it-possible-to-pass-model-data-to-invocable-method?rfm=1&topic_submit=true to see how to achieve this but no reply so “bumping” here since its on the same topic as #1. I’m hopeful that Skuid cleanses the rows and passes them to the invocable method - is this current unsupported?Thank you!
Is there a way to dynamically change the background color of an Edit field? the default is a lovely gold color, but we would like to vary this color for some fields as a way of highlighting the contents.have a render snippet and have applied changes to the field.element.css background color but this is being overriden by .nx-field and dont seem to be able to change this.thanks
When using a snippet to render a field with Skuid’s Javascript UI Field Renderer e.x. skuid.ui.fieldRenderers.TEXT.edit( arguments[0], arguments[1] ); it displays quotes as " (its HTML representation) and not as " (in the actual HTML its ")
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!
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.