how to Delete a BOM record

donaldhl

New Member
I am trying to delete a BOM record in 13.5 with this
-------------------------
@@batchload bmpsmt.p
"KT001334"
"SPEC-00000025-PAS" "" "" "X"
1 "" "" "" "" "" "" "" "" "" "" ""
@@end
-------------------------
This seems to conform to the Help form QAD
But I am Not having much luck.
any help would be appreciated
 
Which interface are you processing this CiM?

Are you encountering any error? Only issue I noted is default values should be - NOT "" . When you simulate this on screen are you getting delete option?
 

rmdasari

Member
Don :

Try this way :
@@batchload bmpsmt.p
"test" /* Parent Item */
"011515" - - x /* Component Item */
/* F1 */
yes /* To confirm Delete */
. /* Exit to Parent Item */
@@end



Regards,

Ramamurthy Dasari
 
Top