cancel
Showing results for 
Search instead for 
Did you mean: 

Reuse Standard Action "Copy" for BO "Activity"

0 Kudos

Dear Experts,

I want to create a copy from an existing activity (Task, Appointment, ...).

I tried to reuse standard action "Copy" for BO "Activity", but I failed. How can we use the standard "Copy" action?

Thank you and Best Regards,

Felix

Accepted Solutions (0)

Answers (4)

Answers (4)

kumar_rituraj
Active Participant
0 Kudos

Hello Felix,

Did you find answer.

Rituraj

kumar_rituraj
Active Participant
0 Kudos

Hello Felix,

Did you find answer.

Rituraj

0 Kudos

Hello Satya,


I want to use the existing copy-action in absl-coding or ui-designer. Expectation is that a Copy of current activity (e.g. Task) will be created.

I tried e.g.

Activity.Copy(this); 

in Activity-Event-BeforeSave, but it did not work. How can I use the standard copy action in absl coding?

Regards,

Felix

manideepsatya
Advisor
Advisor
0 Kudos

Hello Felix,

Do you want to modify the COPY and create a new one or simply enhance the existing action?

Regards,
Manideep Satya

0 Kudos

Hello Satya,


I want to use the existing copy-action in absl-coding or ui-designer. Expectation is that a Copy of current activity (e.g. Task) will be created.

I tried e.g.

Activity.Copy(this);

in Activity-Event-BeforeSave, but it did not work. How can I use the standard copy action in absl coding?

Regards,

Felix