Hi Brenden, nothing in the event log and no luck with all the solution
I try:
GlobalObjects.CustomTables["customtable"].Items.Where("OrderID = '" + 199 + "'").ItemsAsFields.Firstname
and it work
if i execute:
GlobalObjects.CustomTables["customtable"].Items.ItemsAsFields.OrderID
it show me all the row with the good orderid value
if i execute:
GlobalObjects.CustomTables["MAGN.Beneficiary"].Items.Columns("OrderID")
it show me all the row with the orderid value at 0
but if i execute:
GlobalObjects.CustomTables["MAGN.Beneficiary"].Items.Columns("ItemID")
it show me all the row with the good itemid value (default field when creating a new custom table)
and now just to add up i put the Order.OrderCulture in the notification and it always show the default culture (fr-ca) but in the database is "en-us"... im really lost with all the e-commerce notification.