简体   繁体   English

如何将传真号码添加到 Lotus Notes 联系人? 使用什么确切的 pName?

[英]How to get add FAX number to lotus notes contacts? what exact pName to use?

I am creating names.nsf from mapicontact.我正在从 mapicontact 创建 names.nsf。 what will the pName for Fax number, Mobile Number for offie fax and home fax.传真号码的 pName、办公传真和家庭传真的手机号码是什么。 I am doing like -我正在做 -

notesDocument.ReplaceItemValue("OfficePhoneNumber", "34534534534534"); notesDocument.ReplaceItemValue("PhoneNumber", "556862555");

What will be the pName form Faxnumber and mobile number.什么是 pName 形式的 Faxnumber 和手机号码。

You are asking for the item/field name of specific values in a form.您正在询问表单中特定值的项目/字段名称。 If you have a Domino Designer Client this is quite easy to find out: Just open your names.nsf in Designer, then open the form "Person" and you can read the field names from the form design.如果您有 Domino Designer 客户端,这很容易找到:只需在 Designer 中打开您的 names.nsf,然后打开表单“Person”,您就可以从表单设计中读取字段名称。

If your addressbook version is greater than version 9, then you need to open one of the Subforms "(V1xPersonSubform)" instead and get the item names / field names from there.如果您的地址簿版本高于版本 9,那么您需要打开其中一个子表单“(V1xPersonSubform)”并从那里获取项目名称/字段名称。

If you do not have a designer, then just manually create a document in your address book and fill the field with the desired value and save it.如果您没有设计人员,则只需在地址簿中手动创建一个文档,并在该字段中填写所需的值并保存。 Then press Alt + Enter to open the document properties.然后按 Alt + Enter 打开文档属性。 On the second tab of the properties there are all item values and by clicking them one after the other you can find the one containing your entered value.在属性的第二个选项卡上有所有项目值,通过一个接一个地单击它们,您可以找到包含您输入的值的那个。 查找项目名称的属性框

The direct answer to your question is:您的问题的直接答案是:

Fax = OfficeFaxPhoneNumber  
mobile number = CellPhoneNumber

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM