Trying to search a tree using peoplecode API method - getting First Operand of . is NULL - Cannot Ac
Local APIobject &APISession;
&APISession = GetSession();
If &APISession.CONNECT(1, "EXISTING", "", "", 0) Then
If &PCSecTree.Exists("", "PCGRT", "MEE_PC_GRT_SECURTY", "1901-01-01", "") = 0 Then /* All the values are correct */
/* Do Processing */
End-if;
End-if;
It was working fine on Friday and I started getting this error today onwards, please advise me on this ; Trying to search a tree using peoplecode API method - getting First Operand of . is NULL - Cannot Access Member.