Skip to content
Snippets Groups Projects
Commit f20ed837 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

CreationDateField for offer added in Context_lib

parent 837688e9
No related branches found
No related tags found
No related merge requests found
......@@ -314,6 +314,7 @@ ContextUtils.getSelectMap = function()
maskingUtils.cast("VERSNR", SQLTYPES.VARCHAR, 10)
], "", false))
.setContactIdField("CONTACT_ID")
.setCreationDateField("OFFERDATE")
.setStateField("STATUS")
.setActiveStates(["5134153d-2e18-452f-ab35-7a52f1aee7d1", "e5d6b5a4-7576-440f-8332-bc40147c0335"])
,"Order": ContextSelector.create("SALESORDER", "SALESORDERID")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment