Skip to main content

Hi Community, 

I want to create a migration Job which calls the procedure Confirm_Alternates from Engineering Transfer_API view.
 


The Parameter Structure_rec_ is a variable for the above procedure
 


Can anyone help me on how to use this as a parameter in migration job?

Best Regards,
Thean

Hi Community, 

I want to create a migration Job which calls the procedure Confirm_Alternates from Engineering Transfer_API view.
 


The Parameter Structure_rec_ is a variable for the above procedure
 


Can anyone help me on how to use this as a parameter in migration job?

Best Regards,
Thean

@Thean  since the structure_rec is  record type i dont think that you will be able to call this procedure directly.  is it possible to find a prior method which calls this method ?  

if you can give more data about what you are trying to do from the front end i might be able to help you  🙂.

 

I'm not sure about the functionality what you are trying to simulate from the front end.

 

Kind Regards!

Niyomal.


Hi @NiyomalN ,

Appreciate your quick response!

My actual requirement is, I want to create a Migration Job for the screen: “Engineering Revision Transfer Work in Progress”.

In the migration Job by passing the parameter Site and Job_Id, I want to set the status “Confirm”.
 



Please let me know if you have any queries, hope you can help me out of this.

Thank You
Thean


Hi @NiyomalN ,

Appreciate your quick response!

My actual requirement is, I want to create a Migration Job for the screen: “Engineering Revision Transfer Work in Progress”.

In the migration Job by passing the parameter Site and Job_Id, I want to set the status “Confirm”.
 



Please let me know if you have any queries, hope you can help me out of this.

Thank You
Thean

@Thean  i believe you can use the below method in that case 

 

Kind Regards!

Niyomal.


@NiyomalN , Yes It worked for me!!

Thank you for helping me on this.

Best Regards,
Thean


Hi @NiyomalN ,

I want to update the employee status from ** to * (Active).

Could you please let me know which procedure should I use ?

Thanks,
Thean


Reply