08-07-2015 12:20 PM
When the site for an Object is generated, MEGA is assigning it with absolute identifier, and this string of characters is used to name the HTML file. Where can I find the option to configure the generated filename other than that absolute identifier? I am tasked to name the file based on the Object's unique ID in one of its defined attributes.
We would like the URI to contain the Object's ID instead of MEGA's internal absolute identifier.
Example:
……………….\sampleweb1\pages\ 0f0b0fc15387949d.htm
[where 0f0b0fc15387949d is the MEGA's assigned absolute identifier for the Object]
We would like the Object to be accessed as:
……………….\sampleweb1\pages\ 12345.htm
[where 12345 is the Object's unique ID defined as an attribute]
Thanks in advanced for any help!
Solved! Go to Solution.
08-07-2015 03:24 PM
Hi mtenzali (Mohamed),
Thank you very much for responding. I really appreciate your reply...
Now, I know that this requirement is not readily configurable option in MEGA Publisher. I'll try the workaround you mentioned.
Thanks,
ACE
08-07-2015 03:10 PM
Hi,
There is no option that could fulfill this task. the way MEGA creates ans names the resulted HTML files is hard coded, it cannot be modified.
The only solution you can apply to get over this situation is to code a macro and attach it as script post generation to your web site. In this macro, you will browse every generated file, get its name, look at the repositoiry , fetch the desirted info and rename it.
Mohamed