public Display TDC_CreatedBy getUserName()
{
TDC_CreatedBy nameLoc;
UserInfo userInfoLoc;
select Name from userInfoLoc
where userInfoLoc.Id == this.createdBy;
nameLoc = userInfoLoc.name;
return nameLoc;
}
{
TDC_CreatedBy nameLoc;
UserInfo userInfoLoc;
select Name from userInfoLoc
where userInfoLoc.Id == this.createdBy;
nameLoc = userInfoLoc.name;
return nameLoc;
}
No comments:
Post a Comment