Field for created by for doc

What's the field name of "created by"?

For use in a custom script like:

if (doc.created_by=="na...@domain.com"){
 action;
}



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

owner

On 29-Jan-2014, at 1:33 PM, lxnow wrote:

What's the field name of "created by"?

For use in a custom script like:

if (doc.created_by=="na...@domain.com"){
 action;
}



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un…@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.




You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

How can I replace doc.owner with the (full) name of the user?