Question

Object Connection Transformations steps PM action (docReferenceObject)

  • 26 April 2022
  • 2 replies
  • 121 views

Badge +2

We want to add documents to LU PmActionWorkStep, and transfer that document to LU JtTaskStep when a work order is generated. Add documents to LU PmActionRole and transfer that to JtTask works fine (Object Connection Transfornations)

Anyone who knows TARGET LU KEY for PM_ACTION_WORK_STEP_SEQ?

IFS Version: App10 sp 11

 


2 replies

Userlevel 7
Badge +30

I'm not sure, since I just gave this a quick look, but it looks like the column mappings are wrong there. Found this in the source code:

...
                     source_ref1_ => to_char(pm_no_), 
                     source_ref2_ => pm_revision_,
                     source_ref3_ => to_char(mp_seq_no_), 
                     source_ref4_ => to_char(work_list_no_),
...

The code above is, I think, from when a work task step is created from the PM side. So it seems like source_ref3 contains the PM Action Work Step Sequence and Work List No is source_ref4, not 3.

Try it and see.
 

Userlevel 7
Badge +30

CC @Priyanka Kurukuladithya

Reply