Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi everyone,
I have a little problem and I really hope someone can help me with that.
I created an EPMDocument by using an expression robot. Now I would like to another date this EPMDocument into the "createDate" via a Java code.
Summury,
How to newEPMDocument set CreateDate ??
CreateDate in not today. i want another day.
Can anyone please help me or point me in the right direction?
I'd really appreciate it.
Thanks,
Solved! Go to Solution.
JoonWoo Jeon wrote:
Hi everyone,
I have a little problem and I really hope someone can help me with that.
I created an EPMDocument by using an expression robot. Now I would like to another date this EPMDocument into the "createDate" via a Java code.
Summury,
How to newEPMDocument set CreateDate ??
CreateDate in not today. i want another day.
Can anyone please help me or point me in the right direction?
As far as I know you can't change timestamps and "who did it" fields with the java api. You have to do that with sql. See the following discussion:
JoonWoo Jeon wrote:
Hi everyone,
I have a little problem and I really hope someone can help me with that.
I created an EPMDocument by using an expression robot. Now I would like to another date this EPMDocument into the "createDate" via a Java code.
Summury,
How to newEPMDocument set CreateDate ??
CreateDate in not today. i want another day.
Can anyone please help me or point me in the right direction?
As far as I know you can't change timestamps and "who did it" fields with the java api. You have to do that with sql. See the following discussion:
Thanks.
Hi JoonWoo Jeon,
I am interested to know what the use case is to create EPMDocument through workflows?
Thanks,