What is meant by star-dot-star (*.* ACL) ACL

rajani1987
Mega Contributor

What is meant by star-dot-star(*.*) ACL

What is the difference between Basic MID server and DCP MID server

Regards

Rajani

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

What is meant by star-dot-star(*.*) ACL --> All Tables All fields, i.e. it will be applicable on all fields on all tables, its a Field level acl.


-Anurag

BALAJI40
Mega Sage

*.* --> means first star represents all tables and second star represents all fields on those table.



Basic MiD server - The Management, Instrumentation, and Discovery (MID) Server is a Java application that runs as a Windows service or UNIX daemon. The MID Server facilitates communication and movement of data between the ServiceNow platform and external applications, data sources, and services.


http://wiki.servicenow.com/index.php?title=MID_Server#gsc.tab=0



I have no idea on DCP Mid server.


snehabinani26
Tera Guru

*.* ACl --- Match any table (wildcard) and any field (wildcard). For example, *.*.



Link ---http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#gsc.tab=0


Go through section 4.1.1 and 4.1.2


Mujtaba Amin Bh
Mega Guru

*.* means all_tables.all_fields.


More info https://community.servicenow.com/message/781785#781785



Not sure when you say DCP midserver, what do you mean?