copy-to-another.json:sorder-sales 742 B

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