加入收藏 | 设为首页 | 会员中心 | 我要投稿 宿州站长网 (https://www.0557zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

详细介绍Lotus Notes简要表及使用方法

发布时间:2021-06-27 17:26:55 所属栏目:大数据 来源:互联网
导读:Lotus Notes简要表 简要表表单对于收集特定用户或特定数据库的值很有用。这些 值存储在简要表文档中。将这些文档分离为简要表文档的是这些文档的显示方式和返回的域值。 对于数据库的每个用户,每个表单只能有一个简要表文档;或者说如果表单对所有的用户可
 样例:@GetProfileField

  1. 以下样例取得“Interest Profile”文档中的“Profile Categories”域的内容。

  @GetProfileField(“Interest Profile”; “Profile Categories”)

  2. 以下样例为当前用户取得“Interest Profile”中的“Profile Categories”域的内容。

  @GetProfileField(“Interest Profile”; “Profile Categories”; @UserName)

  @SetProfileField

  在简要表文件中设置域值。

  语法

  @SetProfileField(profilename ; fieldname ; value [ ; username] )

  参数

  profilename

  文本。要存取的域所在的简要表文档名称。

  fieldname

  文本。要存取的域的名称。

  value

  文本。要设置的域值。

  username

  文本。与简要表文档有关的用户名。

  返回值

  value

  所设置的域值。

  样例:@SetProfileField

  1. 以下的样例将 Profile Categories 域的内容设置为当前的平台信息,这个域包含在 Interest Profile 文档中。

  @SetProfileField(“Interest Profile”; “Profile Categories”, @Platform)

  2. 以下的样例为当前用户将 Profile Categories 域的内容设置为当前的平台信息,这个域包含在 Interest Profile 文档中。

  @SetProfileField(“Interest Profile”; “Profile Categories”, @Platform, @UserName)

(编辑:宿州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读