cancel
Showing results for 
Search instead for 
Did you mean: 

How i create a BR to change AddressOrigin

aziz96
Explorer
0 Kudos
82

Hello, 

i have problem with the AddressOrigin in the activity section, so when i change an equipment, the addressOrigin change to User defined and the address in the Mobile app not updated.

i tried to create a BR help me to fix the address origin to service Call Equipment when i change the equipment

this is the address and the addressOrigin when i create an activity with the first equipment:

 

aziz96_1-1738158150534.png

 

And this is what happens when I change the equipment for the same activity:

 

aziz96_2-1738158271935.png

from here i change the equipment :

aziz96_3-1738158353769.png

and this is the BR that i tried to create: 

aziz96_4-1738158402316.png

 

aziz96_5-1738158419187.png

hope you can help me 

Thank you

 

View Entire Topic
Filip_Zarnovicky
Participant

Hello Aziz,

I personally don't have experience with this change but I would say that you need to change activity.address to new ID after equipment is changed. I really can't see the logic to change activity.address.object, that field does not exist on object Activity. If you was you, I would change variable "address" to address.object = equipment.id and then to action put "address" = ${address.id}. In action Update object you put only the field name, so "ac.address.object" is incorrect.

Filip