Application Development 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: 

Custom conversion routines during upgrade

jaya27
Explorer
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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