Hi Emad,

In /applications/party/servicedef/services.xml, you can find (and more):

    <service name="createPartyRole" default-entity-name="PartyRole" engine="entity-auto" 
invoke="create" auth="true">
        <description>Create a Party Role (add a Role to a Party). The logged in 
user must have PARTYMGR_CREATE or have
            permission to change the role of this partyId</description>
        <permission-service service-name="partyRolePermissionCheck" 
main-action="CREATE"/>
        <auto-attributes include="pk" mode="IN" optional="false"/>
    </service>

HTH

Jacques

Le 17/02/2022 à 18:30, Emad Radwan a écrit :
Hello Community,

As I’m trying to track the code for assigning a ‘Supplier Role’ to a person I 
can across service ‘CreatePartyRole’ but failed to identify what kind of 
service it is!

I also failed to find it under web tools-> service engine. Would you please 
shed some light?

Regards,

Emad

Reply via email to