Hi,
I am trying to impliment "Edit in Excel" for the page Item Tracking Line(6510).(saas Environment)
I have Added new action Edit in Excel
Added Code as below
OdataUtility.EditWorksheetInExcel(CurrPage.Caption(), CurrPage.ObjectId(false), STRSUBSTNO('Journal_Batch_Name eq ''%1'' and Source_Id eq ''%2''', rec."Source Batch Name", rec."Source ID"));
when click on the action Edit in Excel from item tracking lines an Excel file is generated.
here i vave two Issues:
1.Existing tracking Lines are not Exported to File.
2.I have added new lines using New option in Excel and tried to publish my lines.
during this process got an error "Item tracking Code" must have value.
Can anybody help me on this.
Thanks you.