List of Contributions

Joshua Whitener

Contact Details

My Content

1 to 20 of 50+ total
Posted By Joshua Whitener 04-04-2023 08:50
Found In Egroup: Automate
\ view thread
It's a little hard to follow the example, but if I'm understanding it correctly it sounds like you want to concatenate the basic and alternate values into a hidden repeating table and then feed that table into the price drop down. You would need to ensure a rule reloads the price drop down if table values ...
Posted By Joshua Whitener 08-06-2021 08:13
Found In Egroup: Automate
\ view thread
Right, rules on fields require the form to be opened. You should be able to promote the log field and then use the Set Column plugin node with $RegExpExtract to copy the portion you need to the other column. Might work with a value setter, but haven't tested. ------------------------------ Joshua ...
Posted By Joshua Whitener 05-04-2021 08:13
Found In Egroup: Automate
\ view thread
There is the BusinessCalendar configuration key, which is true by default. This causes assignment dates to ignore weekends and holidays. However, it may not affect email reminders. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 --------- ...
Posted By Joshua Whitener 03-28-2021 15:29
Found In Egroup: Automate
\ view thread
I'll let the Winshuttle peeps answer on whether there is ancillary documentation outside of help.winshuttle.com (I'm not aware of any).  Workflow Administration is not optional if you plan on using forms and workflow. The admin site is the only place to see svservice queue jobs and statuses, enable ...
Posted By Joshua Whitener 12-02-2020 08:21
Found In Egroup: Automate
\ view thread
On any SharePoint page on that site with the issue, do the following: Press F12 to get the dev tools in the browser. In the console tab, paste in the below and hit enter. function getHistory() (     var results;     var connection = new XMLHttpRequest();     connection.open(" ...
Posted By Joshua Whitener 12-02-2020 08:03
Found In Egroup: Automate
\ view thread
I believe SharePoint task lists utilize the hidden SharePoint workflow history list and if that list exceeds the threshold, lists that rely on it will also fail. Normally, SharePoint has a timer job that performs auto-cleanup on those history lists removing items that are 60? days old. However, if you ...
Posted By Joshua Whitener 08-03-2020 08:18
Found In Egroup: Automate
\ view thread
The class that indicates a required field on the lable is .frm_required. You could add a custom class to highlight the whole control and a function like this to call to add that highlighting. function setCustomRequiredStyling() ( var requiredFields = document.querySelectorAll(".frm_required"); for ...
Posted By Joshua Whitener 07-31-2020 10:25
Found In Egroup: Automate
\ view thread
Wow, that's quite the stint. I'm at Hughes Landing. Interesting, we have our reference databases on the same server as SharePoint databases, but given that the data connection is agnostic to the location that's odd it affects the return. We have reference tables with hundreds of thousands of rows ...
Posted By Joshua Whitener 07-31-2020 10:21
Found In Egroup: Automate
\ view thread
Going well on my end, very busy. Thanks, that worked to navigate manually to it. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------
Posted By Joshua Whitener 07-31-2020 08:05
Found In Egroup: Automate
\ view thread
Do you have a direct download link, I get a 504 (DDOS protection error) message when I try to visit the above page. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------
Posted By Joshua Whitener 07-31-2020 07:59
Found In Egroup: Automate
\ view thread
Try placing a reload drop down rule on the view. It sounds like options for the drop down aren't saving or something in the engine is clearing them. It's generally not a memory or size issue, 8 MB for a Composer soltuion is tame, even for older machines with low memory. ------------------------------ ...
Posted By Joshua Whitener 07-16-2020 08:30
Found In Egroup: Automate
\ view thread
Maybe have two queries to the same data connection, each outputing to a separate table hidden on the view. Use the tables as the range for each drop down. Sort the table and reload the drop down optiosn to reflect that sort. ------------------------------ Joshua Whitener | Technical Advisor Exxon ...
Posted By Joshua Whitener 07-13-2020 10:29
Found In Egroup: Automate
\ view thread
Sigrid's answer is the best for SP lists. For SQL, we use an order statement in the Query control's Query field and in some cases if the data set retrieved from SP isn't too large, you can dump into a table hidden on the form, sort the table, then update the drop down values (with the drop down's ...
Posted By Joshua Whitener 06-11-2020 08:06
Found In Egroup: Automate
\ view thread
There are two ways of doing this: Use PowerShell's Export-SPWeb and Import-SPWeb with the include security flag. However, this is not recommended if you have forms deployed to the site as those will be transported (the entire site is copied) The less intrusive but little more manual way to ...
Posted By Joshua Whitener 06-05-2020 09:19
Found In Egroup: Automate
\ view thread
Right. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------
Posted By Joshua Whitener 06-05-2020 08:55
Found In Egroup: Automate
\ view thread
Hmm, even if that works, it circumvents the reason the version has a matching component. The idea behind xsn to form item version matching is this: I publish a solution, it is version 1 (512). This solution has a field that is an input for a transaction web service called Input A. I start 10 of ...
Posted By Joshua Whitener 06-05-2020 07:58
Found In Egroup: Automate
\ view thread
On your forms site there is a /Forms library. This library contains .xsn files that the forms use when loading. Major versioning should be enabled with no limit to the versions kept. Most often what happens with this error is that there is a limit on the major versions and the form is now trying to reference ...
Posted By Joshua Whitener 04-13-2020 07:30
Found In Egroup: Automate
\ view thread
I think there is a padding rule in the rule wizard that you can use for controlling additional pre-post spaces. Otherwise, you'd have to JavaScript. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------
Posted By Joshua Whitener 02-29-2020 10:53
Found In Egroup: Automate
\ view thread
One way is to use TFS or another agile-enablement tool to track changes through work effort cards. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------
Posted By Joshua Whitener 01-09-2020 07:46
Found In Egroup: Automate
\ view thread
Hey Scott, I believe we've had several team members work with ME22N recently. I'll ask them to give their input. ------------------------------ Joshua Whitener | Technical Advisor Exxon Mobil Corporation | 8326258441 ------------------------------