× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

Specify the operator in OFS.POST.MESSAGE parameters

More
3 years 9 months ago #22827 by FrOwN
Hello, here's a simple OFS message :

OFS.MSG="FUNDS.TRANSFER,TEST/I/PROCESS,//,,............."
OFS.MSG.ID=""
OFS.SOURCE.ID = "OFS.POSTER"
OPTIONS=""
CALL OFS.POST.MESSAGE(OFS.MSG,OFS.MSG.ID,OFS.SOURCE.ID,OPTIONS)


I want to send the operator (the inputter for the transaction) in OFS.POST.MESSAGE using the OPTIONS parameter, any one have the right syntax to do that?
(between, we dont wanna send the username and password IN OFS.MSG or by using a routine and attach it to IN.MSG.RTN in the OFS.SOURCE)

regards

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
3 years 8 months ago #22845 by VK
Hi
just supply user ID:
OPTIONS = 'MY.INPUTTER'

Dashes (if any) will be replaced with underscores; OFS.POST.MESSAGE @ID will be appended with dash and the user ID.

Cheers
VK

Please Log in or Create an account to join the conversation.

Time to create page: 0.100 seconds