Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns the path of the current node as a text string.
Applies To
- XMLports
Remarks
You set the CurrentPath property in C/AL code on a function or trigger. For example, you can write code such as the following:
currXMLport.CURRENTPATH
Each node in the path is separated by a ‘/’, for example, /Root/Vendors/Vendor/Name.
For an example of how to use this property, see XMLPort 1232, Exp. Bank Data Conv. Serv.-CT, in the CRONUS International Ltd. demonstration database and refer to the LOCAL GetValue(PostExchNo : Integer;LineNo : Integer) : Text function.