Archives

Archive for October, 2013

Below are some sample ways of constructing email body in Syteline event system.  BODY( SUBSTITUTE(“We have a new customer. Please see customer number {0} for customer: {1}.”, FP(“custNum”), FP(“custName”) ) ) BODY( IF( P(“POCost”) > 10000, GC(StdApprovalMessageBody), GC(StdRejectionMessageBody) ) ) BODY( FILECONTENTS(“X:\SL\Event\Message\Body\myPreparedMessage.txt”) ) BODY( FILECONTENTS(“X:\SL\Event\Message\Body\” + IDO() + EVENTNAME() “.txt”) ) BODY( DBFUNCTION( “MsgBodyFunction”, EVENTNAME(), […]

Oct 22nd, 2013 | Filed under Development

    Project Resource Transaction Two ways to post: 1) Project Resource Transaction Form; 2) Xref to PO and during PO receiving transactions Debit Credit Note Material or Other Material Inventory or Expense Defined by material prod code or On transaction screen Project Material Account Defined by Project Product Code Project OH Project Applied OH […]

Oct 14th, 2013 | Filed under Application, Implementation