llevaillant
Technical User
Hi,
We are trying to do something that we thought would be very simple : get the value of the manager field for someone (the person has two managers in the address book, we want her to be able to choose between them). The code does not return anything :
x:=@DbLookup("":"NoCache";"":"";"Viewname";VDPDocumentCreator;"Manager"
;
@if(@iserror(x);"";x)
VDPDocumentCreator contains the name of the person.
Thanks in advance
Laurence
We are trying to do something that we thought would be very simple : get the value of the manager field for someone (the person has two managers in the address book, we want her to be able to choose between them). The code does not return anything :
x:=@DbLookup("":"NoCache";"":"";"Viewname";VDPDocumentCreator;"Manager"
@if(@iserror(x);"";x)
VDPDocumentCreator contains the name of the person.
Thanks in advance
Laurence