Friday, October 21, 2016

Elasticsearch for PeopleSoft Now Available! - Reference links

Elasticsearch for PeopleSoft Now Available - Tools 8.55.11

Important resource links and KM docs.
PeopleTools 8.55.11 Elasticsearch Documentation Home Page (Doc ID 2189508.1): https://support.oracle.com/epmos/faces/DocumentDisplay?id=2189508.1

Tuesday, March 22, 2016

Current Date/timestamp with Milliseconds for Mass Assign - Service Indicators

There was a need to run Mass Assign simultaneously/concurrently for different institutions.

This code change will insert Milliseconds in Record.SRVC_IND_DATA.SRVC_IND_DTTM

&SrvIndRec.SRVC_IND_DTTM.Value = DateTimeValue(Substring(String(%Datetime), 1, Len(String(%Datetime)) - 6) | Substring(String(%PerfTime), Len(String(%PerfTime)) - 5, Len(String(%PerfTime))));
               
Within App class: SCC_SRVC_IND.Model.BatchCreateServiceIndicators.OnExecute