Hello,
I created a BSP application in order to load .CSV file with SC data.
This BSP has one page with flow logic. This fow logic consist in:
1- search for flat file,
2- load flat file (this mains to store data file in an internal table during "OnInputProcessing" event handler),
3- order data file (this means populate NEW_ITEM table from OCI).
My problem is, by ordering data file (third step seen above), i am not able to come back to SRM : i stay inside my BSP application.
I think this is because string 'HOOK_URL' is empty. Indeed, step 2 is managed by BSP element fileUpload inside a form whereas step 3 has its own form written as below:
<FORM action="<%= HOOK_URL%>" method=post target=_top> code to manage dynamically NEW_ITEM table <input type="submit" value="Shop" >
Unfortunately, at this moment, in the layout HOOK_URL is empty...
Could you give me some elements in order to bring back my SC data inside SRM ?
Regards.
Laurent.