‎06-02-2019 08:28 AM
Hello,
I have a requirement to publish business documents with megas website generation, not external references but business documents, any idea as how to do this?
regards
‎24-08-2022 01:40 PM
I have the same need as Ralf, we need to have a PDF attached to a Business Process "clickable"/linked from the description part of business process.
I am able to list the document, but it is not clickable/link available
The descriptor has the following code:
\c Documents attached to object BEGIN
\c -------------------------
[Component="Attached Document"]
[If=First]
<h2>
[Variable=CodeTemplate Id=3CE241B662FA7502/] \c Attached doocuments
</h2>
[/If]
<ul stule="list-style: none;">
<li>
<img src="[ObjectPicture/]">
<span class="Name">[ComponentProperty=ShortName Link=Out/]</span>
</li>
</ul>
[/Component]
\c Documents attached to object END
\c -------------------------
‎28-05-2020 08:12 AM
Hello Jerome,
thank you for your answer.
I do not need to render the business document direct on the static web site. I only need a way to provide a http(s)-link to the business document on the web site to enable the user open the current version of the document.
Is this possible without customizing and writing macros?
Ralf
‎27-05-2020 03:59 PM
Hello
I am not aware that there is a specific feature/rendered to document business document content in astatic web site.
You can consider to develop a macro with API script code manipulating business document objects and call this macro in a HTML descriptor. This would be full custom. to be designed, coded and tested.
‎27-05-2020 10:31 AM
Hello Imran,
I have the same requirement. Have you solved this problem?
best regards
‎07-02-2019 11:15 AM
Hi Imran ,
in my case , I created batch cycle in scheduler init one job is website generation and one job is document generation .
regards,
sashidhar