Sage 100

 View Only
  • 1.  I'm trying to set the Default Warehouse in IM \ Tr

    Posted 01-07-2015 07:16
    I'm trying to set the Default Warehouse in IM \ Transaction Entry for a Customization Group. I've configured everything in Advanced Field Settings, but it just doesn't work. Did I miss a step or do I need to actually create a custom screen as well?


  • 2.  RE: I'm trying to set the Default Warehouse in IM \ Tr

    Posted 01-07-2015 07:32
      |   view attached
    Now I see there's a warning in AFS ""The Default Value for DefaultFromWhseCode may be overwritten to ""000"" by the business object"" which is probably coming from IM Options. So does anybody know if I can write a User-Defined Script to overwrite their overwrite?


  • 3.  RE: I'm trying to set the Default Warehouse in IM \ Tr

    Posted 01-07-2015 08:26
    Probably just this in the Post-Read event. It may instead be Post-Validate of the Entry No but try Post-Read first retVal = oBusObj.SetValue(""DefaultFromWhseCode$"", ""L&S"")


  • 4.  RE: I'm trying to set the Default Warehouse in IM \ Tr

    Posted 01-07-2015 09:03
    Yep, Table Post-Read worked perfectly. Thanks @AlnoorCassim !