What is meant by star-dot-star (*.* ACL) ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2017 01:39 AM
What is meant by star-dot-star(*.*) ACL
What is the difference between Basic MID server and DCP MID server
Regards
Rajani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:51 AM
*.* --> 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:51 AM
*.* 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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 02:54 AM
*.* 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?