Closed vohmar closed 6 years ago
How current registrars in production got their values? Manually?
imported from FRED and new registrars by manual intervention
directo_handle is part of Directo integration - necessary to match registrars in registry system to companies in accounting system.
so "directo_handle" is a kind of registrar's uid (unique id) in Directo?
Yes, some do match with registrar 'code' in our system. I suggest to handle it so, that if 'directo_handle' is present, use 'directo_handle', if not, use 'code'
Decided to always require that Directo handle (which is now more abstract accounting_customer_code
)
@teadur or @ratM1n Please make sure production env has no empty or NULL values.
Added under "General" section.
rake test
from running.Test Directo export.
In the admin interface there is no option to fill directo_handle information for regsitrars. It is also not returned in UI to see the effective value.
directo_handle is part of Directo integration - necessary to match registrars in registry system to companies in accounting system.
in generic view we should try to redesign directo integration into separate integrator module as a non standard EIS specific feature.