12345678910111213141516 |
- {
- "==Intro==": "this duplicates a slip to another from same slip type or from diffetent slip type",
- "//SourceTable": "frorm slip type no to copy",
- "//TargetTable": "to slip type to be copied - this can be different from Source",
- "//SourceSlip": "slip_no(unique key) to copy",
- "//TargetSlip": "slip_no(unique key) to be copied !IMPORTANT it will get last serial no for th",
- "//TargetSlip-Empty": "!IMPORTANT it will get last serial no for the Current Date of Source Slip No",
- "//IsCopyBody": "copy all item(body) records if true",
- "//Copy": "Copy SourceTable Values from parameter.TargetTable value in runtime",
- "SourceTable": "sorder",
- "TargetTable": "sales",
- "SourceSlip": "210903-0001",
- "TargetSlip": "",
- "IsCopyBody": true
- }
|