Hi Team,
In workflow manual page 12, it is stated:
'the process management draws on the standard managements which already exist for the
normal cards: “List”, “Card”, "Details" “Notes”, “Relations”, “History”, "Attachments"'
But I cannot found "Details" tab, is it hidden?
And, is there any workflow widget to add multiple card linked to current process (like "Details" tab in normal card)? I know there is manage relation widget, but I need simple UI where user can add and read related card in list, while in manage relation UI user will be shown with add relation page. I want to avoid that page.
Thank you.
Regards,
Herru
The TAB “Details” is available for normal card, but in workflows is always hidden and is optionally substituted by widget.
The widget normally used to add multiple cards linked to current process is the ‘linkCard’ (CMDBuild 2.4 Workflow Manual page 35).
Unfortunately, however, it requires the use of scripts to create the relationships corresponding to the cards selected by the operator on the GUI (using checks).
CMDBuild Team
In linkcard widget is it possible for adding new card, like in Details tab?
Regards,
Herru
Previously Tecnoteca wrote:
The TAB "Details" is available for normal card, but in workflows is always hidden and is optionally substituted by widget.
The widget normally used to add multiple cards linked to current process is the 'linkCard' (CMDBuild 2.4 Workflow Manual page 35).
Unfortunately, however, it requires the use of scripts to create the relationships corresponding to the cards selected by the operator on the GUI (using checks).
CMDBuild Team
Yes, but only via script.
CMDBuild Team
How? I cannot see add new card button on linkcard window. Or is it about grid/customform widget?
Regards,
Herru
Previously Tecnoteca wrote:
Yes, but only via script.
CMDBuild Team
I'm sorry I misread your question.
With the widget linkCard you can select some cards and via scripts create relationships, but you can not create new cards.
The cards must be already in the database.
To also add cards is correct your hypothesis to use the widget customForm.
CMDBuild Team
OK, it's clear now, thanks for the answer.
Regards,
Herru
Previously Tecnoteca wrote:
I'm sorry I misread your question.
With the widget linkCard you can select some cards and via scripts create relationships, but you can not create new cards.
The cards must be already in the database.
To also add cards is correct your hypothesis to use the widget customForm.
CMDBuild Team