码迷,mamicode.com
首页 > Web开发 > 详细

Netsuite > Employee Record Name维护规则

时间:2014-11-05 10:45:53      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:http   os   for   sp   strong   on   问题   bs   ad   

Employee Record Name 维护规则

 - 在NS系统设计中,默认的Field展现是:First Name, Middle Name, Last Name

 - 在General Preferences(Setup > Company > Genernal Prefrences)中,影响员工姓名展示的参数为:USE LAST NAME FIRST FOR EMPLOYEES

  -- Check this box to order employee lists by last names.

This lists employees alphabetically by their last names instead of their first names.

Field ID: LASTNAMEFIRST

  -- 在Help中的信息为:Check this box to list employees by last name first for tax and payroll purposes.

  -- 实际上国内客户能影响到的就是Employee list的展示问题,I.e. https://system.netsuite.com/app/common/entity/employeelist.nl?whence=

 - 为了实现维护和展示的国内Employee和国外Employee的name都make sense:

 - 可维护成:

First Name:Lisa 陈某某

Middle Name:

Last Name:Chen, 

这样配合设置checked-on = USE LAST NAME FIRST FOR EMPLOYEES;就会得到完美结果:

Chen, Lisa 陈某某 (这个展示是可以完美被中西方都接受和容易读懂的)

 - 国内的Employee (举例)

First Name:某某

Middle Name:

Last Name:李, 

得到结果:李, 某某(跨国公司, 外资企业的prefer)或者维护出结果:李某某(国内大陆公司的prefer)。

Netsuite > Employee Record Name维护规则

标签:http   os   for   sp   strong   on   问题   bs   ad   

原文地址:http://www.cnblogs.com/backuper/p/4075582.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!