rbv_api.getCurrentCustomerId()
Purpose
This function returns the id of the current customer.
Syntax
rbv_api.getCurrentCustomerId();
Return value
A long value.
Permissions Required
View permission for the requested object type.
Example
var id = rbv_api.getCurrentCustomerId()
rbv_api.println(id);