Redwood OM Extensions Vs Pre Transform Rules
Summary:
Redwood OM Extensions Vs Pre Transform Rules
we have a requirement to move all the pre transform rules which we have in classic UI
we are planning to roll out redwood along with Classic UI, so now as we know we have to write all the extension again which we have pre transform rule
Is there way in OM extension we can restrict that Extensions should only work for redwood UI(any code) and while using classic it will fire from pre transform only?
what happens if have the same functionality in OM extensions and Pre transform both will work seamless in both UI and Redwood?