Open the emxSourcing.properties file for editing.
To allow buyers to edit attribute group values in the Final
Review state, follow these steps:
-
Locate this line:
emxSourcing.editBuyerPrivateAttributeGroupInFinalReview =
false
When an attribute group has the Buyer role and the scope is Private
(All Line Items or Specific Line Item), the buyer can edit values for
those attributes for roles up to the Final Review state. If you want
to allow buyers to edit the values for those attributes in the Final
Review state, you can use this property.
-
Set the value for this property depending on your business requirements:
- true. The buyer can edit the attribute values (for attribute groups
defined as indicated above) in the Final Review state.
- false. The buyer cannot edit attribute values in the Final Review
state.
To define the quote requested by time (the time of day on
the due date that the quotation must be received by), follow these steps:
-
Locate this line:
emxSourcing.DefaultQuoteRequestedByTime = 9:00AM
-
Set the value for this property depending on your business requirements
in number of days. The default value is 9:00AM.
To automatically demote quotations when an RFQ in the Sent
state is changed, follow these steps:
-
Locate this line:
emxSourcing.RTSQuotationOptionalDemote = true
-
Set the value for this property depending on your business requirements:
- true. ENOVIA Sourcing Central demotes quotations from the Review or
Returned states to the Open state when an RFQ is edited. The supplier
can then edit the quotation based on the RFQ changes.
- false. ENOVIA Sourcing Centraldoes not demote the quotation; it
remains in its current state.
The supplier is notified of changes to the RFQ even if the quotation is
not demoted.
-
To configure this feature for a specific supplier company, create a
new property in the emxSourcing.properties file:
The supplier company must be defined to use a dedicated vault. This
feature applies to all companies assigned to that vault. emxSourcing.RTSQuotationOptionalDemote.VAULTNAME = true
Replace VAULTNAME with the vault's name, and replace
any spaces in the name with an underscore character. For example "Acme
Inc" would be "Acme_Inc".
To configure whether cancelled RFQs show in the RFQ list,
follow these steps:
-
Locate this line:
emxSourcing.ShowCancelledRFQsinDesktopList=true
-
Set the value for this property depending on your business requirements:
- true. Cancelled RFQs show in the list of RFQs for a buyer.
- false. Cancelled RFQs do not show in the list of RFQs.
-
To configure this feature for a specific vault, create a new property
in the emxSourcing.properties file:
emxSourcing.ShowCancelledRFQsinDesktopList.VAULTNAME = true
This property affects all companies in that vault. Replace VAULTNAME
with the vault's name, and replace any spaces in the name with an underscore
character. For example "Acme Inc" would be "Acme_Inc".
To define the states in which a document attached to an RFQ
or line item can be edited or revised, follow these steps:
-
Locate this line:
emxSourcing.DocumentRevisionableStatesforRFQ = state_Started,state_PackageSent
When an RFQ is promoted to a state, the value of the RFQ's Suspend
Versioning attribute (a hidden attribute) is updated based on this property.
-
Set the value for this property depending on your business requirements
by adding or removing the symbolic name for any state in the RFQ or Package
policy.
To allow suppliers to increase costs over price periods,
follow these steps:
-
Locate this line:
emxSourcing.AllowPriceHikeForPricePeriods = No
-
Set the value for this property depending on your business requirements:
- No. Suppliers can only decrease costs for subsequent price periods.
- Yes. Suppliers can increase or decrease costs for subsequent price
periods
ENOVIA Sourcing Central never allows more than a 100% increase or decrease
and nver allows a 0% price period change.
To define the daily discount rate for calculating Net Present
Values (NPV) for price period prices, follow these steps:
-
Locate this line:
emxSourcing.DailyDiscountRate = 0.1
This value is a percentage. This default rate is used if there is
no company-specific discount rate defined for the buyer's company. ENOVIA
Sourcing Central calculates NPV using this formula:
NPV = Unit Cost / (1 + R) D
where:
- Unit Cost is the base unit cost or the price of the first price period.
- R is the discount rate per day
- D is the number of days from the base effective date for the line
item to the effective date of the price period.
-
Set the value for this property depending on your business requirements.
-
To configure this feature for a specific vault, create a new property
in the emxSourcing.properties file:
emxSourcing.DailyDiscountRate.VAULTNAME = 0.1
This property affects all companies in that vault. Replace VAULTNAME
with the vault's name, and replace any spaces in the name with an underscore
character. For example "Acme Inc" would be "Acme_Inc".
To set the minimum days for suppliers to return quotations,
follow these steps:
-
Locate this line:
emxSourcing.TimeHorizonValue = 30
-
Set the value for this property depending on your business requirements.
Enter the number of minimum days a supplier has to complete and return
the quotation.
-
To configure this feature for a specific vault, create a new property
in the emxSourcing.properties file:
emxSourcing.TimeHorizonValue.VAULTNAME = 30
This property affects all companies in that vault. Replace VAULTNAME
with the vault's name, and replace any spaces in the name with an underscore
character. For example "Acme Inc" would be "Acme_Inc".
To disable due date checks (checking that the buyer has permitted
the supplier sufficient time to respond to the quotation), follow these
steps:
-
Locate this line:
emxSourcing.PerformDueDateCheck=true
This property controls date checks when the RFQ is created or edited.
To turn off due date checks when an RFQ is promoted to Initial Review
or Sent, see step 12.
-
Set the value for this property depending on your business requirements:
- true. ENOVIA Sourcing Central checks that the set due date is not less
than the value of the TimeHorizonValue property.
- false. No check is done; the buyer can enter any value for the due
date.
To enable precreation of line items for large RFQs, follow
these steps:
-
Locate this line:
emxSourcing.PreCreateSupplierLineItemAttributeGroups=false
By default, Expected Line Item Count and Expected Supplier Count are
hidden attributes of RFQs. To improve performace when creating very large
RFQs, these attributes can be shown and users can enter values for them.
-
Set the value for this property depending on your business requirements:
- true. ENOVIA Sourcing Central precreates line items that are later updated,
thereby improving performance. The user sees two new fields on the RFQ:
- Expected Line Item Count
- Expected Supplier Count.
- false. These attributes do not show on the RFQ.
To allow suppliers to return quotations after the due date, follow these steps:
-
Locate this line:
emxSourcing.IgnoreResponseDueDate = false
-
Set the value for this property depending on your business requirements:
- true. After the quotation's due date has passed, the supplier can still
return the quotation.
- false. Once the due date has passed, the quotation cannot be returned.
What happens to an unreturned quotation after the due date passes depends
on the value of the RTSResponseCompletedProcess property.
See Handling Late Quotations.
If needed, continue editing the emxSourcing.properties file. If finished,
save the file.
When finished making all properties file edits, restart the application
server. If using a J2EE implementation, run the warutil and deploy files
as usual.
|