Advanced settings of remember order information

With this enhancement, you can choose which fields will be saved for the next time you open Confirm Order Window.

Settings is done by executing script in db.

Script example:

exec app.spSetGlobalSetting 'SCOrderSaveOnlyFields','[

{"key":"additionalInfo","items":"orderApprover;requester"},

{"key":"orderInfo","items":"costCenter;manager;contactName;email;externalOrderNo;note"},

{"key":"deliveryInfo","items":"deliveryCostCenter;earliestDeliveryDate"},

{"key":"faciliate","items":"management;building;floor;room"},

{"key":"faciliateFinance","items":"customer;unit;account;department;approver;customcodeactivity;customcodeproject;customcodeobject;customcodestatistic"},

{"key":"summaryInfo","items":"orderApprover;orderTerms"}

]';

 

Here is the list of key groups and items:

Order Information

{"key":"orderInfo","items":"costCenter;manager;contactName;email;externalOrderNo;note"}

Fields

Items

CostCenter

costCenter

Manager

manager

Contact name

contactName

Email

email

ExternalOrderNo

externalOrderNo

Note

note

 

Additional Information

{"key":"additionalInfo","items":"orderApprover;requester"}

Fields

Items

On Behalf Of

requester

Approver

orderApprover

 

Delivery Information

{"key":"deliveryInfo","items":"deliveryCostCenter;earliestDeliveryDate"}

Fields

Items

CostCenter

deliveryCostCenter

Earliest Delivery Date

earliestDeliveryDate

 

Faciliate

{"key":"faciliate","items":"management;building;floor;room"}

Fields

Items

CostCenter

costCenter

Management

management

Building

building

Floor

floor

Room

room

 

Finance

{"key":"faciliateFinance","items":"customer;unit;account;department;approver;customcodeactivity;customcodeproject;customcodeobject;customcodestatistic"}

Fields

Items

Customer

customer

Management

management

Account

account

Department

department

Approver

approver

Custom Code

 Belongs to "faciliateFinance" key

Activity

customcodeactivity

Project

customcodeproject

Object

customcodeobject

Statistic

customcodestatistic

 

Order Summary

{"key":"summaryInfo","items":"orderApprover;orderTerms"}

Fields

Items

Approver

orderApprover

Terms checkbox

orderTerms