using a UDF for customer item pricing

Since the default customer price level is only 1character, I'm considering making a UDF and then having SO and SOI reference that column to populate the price instead of the default column. 

I haven't played with Custom Office since I haven't really played with VBs yet, I'm much more comfortable with C#. The purpose of this post is to get a feel for the viability of such a modification. I'm also considering asking my VAR to do the modification for me, but I would like a reality check for whatever price they come back to me with. 

Parents Reply
  • FormerMember
    FormerMember in reply to Kevin M

    When Sage 100 was sold not rented custom source code changes could be justified as enhancing your investment. The subscription model makes BOI scripting more affordable and less of a hassle to maintain. There isn't much you can't do with internal and external BOI scripting,

Children
  • in reply to FormerMember

    Display forms would be nice. I've been using menu-less bare bones IE windows, but IE is about to go away and there's no document object interface in Edge.

  • FormerMember
    FormerMember in reply to connex

    I use VB6 + VBCCR as an OCX form / class library for a UI outside NOMADS land. They can be used with UDT/UDF data and BOI external. VB6 calls back to ScriptBasic function and subs on events not associated with the UI.

    This is VB6 OCX G/L Accounts Maintenance I did as a proof of concept that would use Sage 100's business logic (BOI) but not show the _ui object which would only be used for look-ups.

  • in reply to FormerMember

    If I were to incorporate those tools then my backup team would be limited. As it is, any number of trusted independent Sage consultants can delve into my clear text and support my client's UDS and BOI scripts.