Hi,
I have to use BOD contract, from that need to fetch EndDateTime field and compare that field with today's date. How to fetch today's date?
Could you clarify if you are in a Data Flow or Worklfow or another scenario?
For data flow you woudl need to add a timestamp to the BOD using Mapper or using Scripting python code.
In either case you could just add an element of the time difference of now and your timestamp. Then you could filter on that value. In scripting you could return it as a header and leverage that.
There are also timestamps on the BOD creation in the Application Area that you could use in Mapping / Scripting.
In a workflow you can set a Parameter of date time to NOW. Then Compare that to the passed in date time.
docs.infor.com/.../default.html