網頁

2023年5月22日 星期一

[AP] 修改欄位 (formula)

@If(@IsNotMember(@UserRoles; "[DataMgr]");@Return("");@Success);

FieldName :=@Prompt([OkCancelEdit]; "Field Name";"Please enter the Field Name you want to modify..."; @Success);

FieldValue :=@Prompt([OkCancelEdit]; "Field Value";"Please enter the Field Value(use ; to separate multiple values)"; @Success);

@SetField(FieldName; @Explode(Value; ";"));

Select @All

沒有留言:

張貼留言