cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Business Document with Website Generation

imran_khatyan
MEGA Partner
MEGA Partner

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

5 Replies

rhollas
Super Contributor

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/]"> &nbsp;
<span class="Name">[ComponentProperty=ShortName Link=Out/]</span>
</li>
</ul>
[/Component]
\c Documents attached to object END
\c -------------------------

 

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

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.

Jerome

rschomaker
New Contributor

Hello Imran,

 

I have the same requirement. Have you solved this problem?

 

best regards

Sashidhar
Super Contributor

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