1) Add the following lines in server-configure.properties file found here: \AdeptiaServer\ServerKernel\etc
<Category name="Customer Properties">
<Group name="Integration Parameters">
<Property comment="UserId" dynamic="yes" name="abpm.Integration.UserId">AdeptiaUser</Property>
</Group>
</Category>
2) Restart the Adeptia Application and navigate to the following location to view the customized property value.
Administer > Setup > Application Settings > Update System Properties (You can modify the value from here)
3) To retrieve the value through code, implement the below sample:
System.getProperty("abpm.Integration.UserId ");
Comments
0 comments
Article is closed for comments.