Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom conversion routines during upgrade

jaya27
Explorer
0 Kudos
387

I have a custom conversion routine attached to a domain to convert date format. I was wondering the routine name does not belong to customer namespace, so how will they be handled during upgrade?

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Kudos
303

Your conversion exit FM CONVERSION_EXIT_Zxxxx_INPUT/OUTPUT should be part of a function group in your namespace, so no problem should arise

(Add) Found an old reference : 41474 - Customer namespace for conversion routines

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Kudos
304

Your conversion exit FM CONVERSION_EXIT_Zxxxx_INPUT/OUTPUT should be part of a function group in your namespace, so no problem should arise

(Add) Found an old reference : 41474 - Customer namespace for conversion routines