Page 1 of 1

Rich Display converter

Posted: Wed Jun 28, 2017 5:01 pm
by scotroach@gmail.com
Story: As a conversion programmer, I would like a way to configure a conversion theme so that I may build a better designer experience for our custom conversion themes....

We are using designer as a WYSIWYG, thus, other in designer, the other formats lay right over top the elements on this format...

I would like a way to control when to populate the record formats "design overlay formats" property.
Based on what I see, this is occurring after all conversion theme hooks.

Re: Rich Display converter

Posted: Wed Jun 28, 2017 5:44 pm
by Scott Klement
Have you tried the "add enhancements" hook?

I haven't tried it, myself... but from looking at the code, we only set the "design overlay formats" property when there are window references. In cases where there are no window references, we leave it alone. So if you have no window references, you should be able to set it with "add enhancements". If you do have window references, unfortunately, it looks like those winrefs will override anything you set.

Have you tried that at all?