Introduction
The Action Log leanget layout is defined by an XML file where each block is defined individually: PARKING, TODAY, TOMORROW, WEEK, NEXT, DONE.
In the default layout PARKING name= Waiting (tag V_DEL3DL_AL_ParkingTitle in the XML definition file) and it is located at the bottom left of the board.
DELMIA R&D has prepared different layouts in the attached XML file
Example
Following layout is available
How to activate custom layouts
Note: the activation has to be made for each individual team board. There is currently (Oct 2020) no automation in place to populate to several teams
- In the 3DLean board, you want to customize, Open Documents
- Select Favorites tab
- Long Select Config.ActionLog to activate the Delete button
- Delete Config.ActionLog
- Add (+ sign) the Config.action log file which contains your custom layouts
- Close Documents
- Open the Action Log leanget
- Open customize
- Select one of the custom design
How to prepare your own layout
- Open Config.ActionLog.xml with Notepad++ or similar
- Copy and paste one favorite section (starting with
) - Please make sure that your copied section does not contain 2 favorite sections
- Modify the values for the layout definition
- Save the XML file with the same name to another directory
Favorite section example
thumbnailUrl=""
V_DEL3DL_AL_TodayTitle="Version +1"
V_DEL3DL_AL_TomorrowTitle="Version +2"
V_DEL3DL_AL_WeekTitle="Ideas / Next"
V_DEL3DL_AL_NextTitle="Administrative / Others"
V_DEL3DL_AL_ParkingTitle="Waiting"
V_DEL3DL_AL_DoneTitle="Done"
V_DEL3DL_AL_CustomLayout="true"
V_DEL3DL_AL_TodayTop="0"
V_DEL3DL_AL_TodayLeft="10"
V_DEL3DL_AL_TodayWidth="20"
V_DEL3DL_AL_TodayHeight="75"
V_DEL3DL_AL_TomorrowTop="0"
V_DEL3DL_AL_TomorrowLeft="30"
V_DEL3DL_AL_TomorrowWidth="25"
V_DEL3DL_AL_TomorrowHeight="100"
V_DEL3DL_AL_WeekTop="0"
V_DEL3DL_AL_WeekLeft="55"
V_DEL3DL_AL_WeekWidth="45"
V_DEL3DL_AL_WeekHeight="100"
V_DEL3DL_AL_NextTop="75"
V_DEL3DL_AL_NextLeft="10"
V_DEL3DL_AL_NextWidth="20"
V_DEL3DL_AL_NextHeight="25"
V_DEL3DL_AL_ParkingTop="0"
V_DEL3DL_AL_ParkingLeft="0"
V_DEL3DL_AL_ParkingWidth="10"
V_DEL3DL_AL_ParkingHeight="50"
V_DEL3DL_AL_DoneTop="50"
V_DEL3DL_AL_DoneLeft="0"
V_DEL3DL_AL_DoneWidth="10"
V_DEL3DL_AL_DoneHeight="50" />
Some special characters might generate unexpected behavior and shall then be replaced as follow.
' | ' |
< | < |
> | > |
& | & |
For example:
V_DEL3DL_AL_TodayTitle="< 5 Giorni"
V_DEL3DL_AL_TomorrowTitle="> 5 giorni"
How to understand the layout attributes
Explanation
Note: Block is any value from Today/Tomorrow/Week/Next/Parking/Done
V_DEL3DL_Title | Title as visible in the Action Board Customize menu |
V_DEL3DL_AL_BlockTitle | Title as visible in the top section of the block in the Action Board Type: TEXT |
V_DEL3DL_AL_BlockTop | Position of the top of the Block in the Action Log Type: Numeric from 0 to 100 0 => positioned at the top 50 => positioned at 50% of the height of the leanget |
V_DEL3DL_AL_BlockLeft | Position of the left border of the Block in the Action Log Type: Numeric from 0 to 100 0 => positioned at the very left 50 => positioned at 50% of the width of the leanget |
V_DEL3DL_AL_BlockHeight | Height of the Block in the Action log Type: Numeric from 0 to 100 0 => not tested. Possibly not visible 50 => block has 50% of the displayed height of the Action Log 100 => block has 100% of the displayed height of the Action Log |
V_DEL3DL_AL_CustomLayout | Not tested, Could be mandatory Type: Boolean. "true" by default for the custom layouts |
thumbnailUrl | Not tested. Shall be a thumbnail to make the layout concept clearer for the user |