I know you can use the validtimestate(asOfDateTime) property on an X++ select statement to query for records valid on a given date/time, but can you do it on a join? I am updating a record set, which has the syntax:
update_recordSet myRecordSet
setting
myRecordSetProperty = myTableJoin.Field
join myTableJoin
where myTableJoin.IdField == myRecordSet.IdField;
I need to do this update/join under the context of a valid date time, and was wondering if I can inject the validtimestate like in a select statement.
Thanks!
*This post is locked for comments
I have the same question (0)