Skip to main content
Solved

How to make default in task


 

5 replies

Userlevel 6
Badge +4

Hi @vannakheng66 ,

You need to go to customization Editor and add the respective screen. i.e.Tasks.

Click on Screens → Fields section and select the Owner field and click on Add and Close.

After above process you can able to view the Owner field in Fields section. Just Make it default with respective owner by selecting the owner from selector and save then publish the customization. 

Userlevel 5
Badge

Isn’t it that your user needs to be linked to an employee, and then it defaults?

Userlevel 7
Badge +12

Hi @vannakheng66 

You can use customization code like in Activities screen 

 

Userlevel 4
Badge +1

Hi @vannakheng66 

By default, the system inserts your username in the Owner box of the Details tab, but you can reassign the task to another owner. Owner field represents the employee the task is assigned to. By default, it shows the employee name of the task creator.

If this need to populate with a different owner who is not the creator the task, as @Manikanta Dhulipudi mentioned you will need to look for a customization

Userlevel 3
Badge

i think we can acheive this by using pxuidefault() for that DAC Feild

Reply