Problem with 'user name' field.

Hello, i have problem with view my data from database. Without name, title, start-finish data, I have field in my table which name -> ‘user name’. 'User name is the man who is assigned to task… Haw can i view ‘user name’ in your script? How can i put that field in to popup with name, EST, duration? If thi imposible, tell me, how can i put that field to another place…

Thx for your help
Paul.

Current version does not support custom fields, so the only way is to use name instead of username, or add username in () like this: “Repair coffee machine (Tom)”. Then you can easily parse it and use where you need it.