Skip to content
Snippets Groups Projects
Commit a942f25f authored by Chelsea Gille's avatar Chelsea Gille
Browse files

Fix typo in shared-environment.md file name and all references

Update link to 'Use user group to control access' in how-to.md
parent 5d013bb6
No related branches found
No related tags found
1 merge request!35INPLATFORM-496: Typo and link fixes and updates to 'provisioning a team'
......@@ -2,7 +2,7 @@
Here are some recommended best practices for designing integrations in IICS.
* [Working In a Shared Environment](best-practices/shared-enviornment.md)
* [Working In a Shared Environment](best-practices/shared-environment.md)
* [Naming Conventions](best-practices/naming.md)
* [AWS S3 as a Flat file alternative](best-practices/flat-file-alternative.md)
* [Secure Agents](best-practices/secure-agent.md)
......
......@@ -13,7 +13,7 @@ The following naming conventions are recommended for various IICS assets. These
| Mappings | <ul><li>Use underscore to separate words</li><li>Use consistent naming for different type of mappings</li><li>Name structure:<ul><li>Mapping with single source: `M_<SOURCE>_<TARGET>_<NAME>_<VERSION>`</li><li>Mapping with multiple sources: `M_<SOURCE>_<ENTITY>_to_<TARGET>_<NAME>_<VERSION>`</li></ul></li></ul>|<ul>`M_CDI_Accounts_FF_incremental`</ul><ul>`M_CDI_Accounts_Contacts_to_SFDC`</ul>|
| Task Flows | <ul><li>Use underscore to separate words</li><li>Use consistent and readable(mix case) naming</li><li>Name structure: `TF_<NAME>_<VERSION>`</li></ul>|<ul>`TF_CDI_Acount_Contacts_to_SFDC`</ul><ul>`TF_Hierarchy_Change_Processing`</ul>|
| Schedulers | <ul><li>Use underscore to separate words</li><li>Use consistent and readable(mix case) naming</li><li>Name structure: `Schedule_<TIMEZONE>_<Frequency>_<TIME>`</li></ul>|<ul>`Schedule_Five_Minutes`</ul> <ul>`Schedule_PST_Daily_11PM`</ul>|
| Project/Folders | <ul><li>See [Projects Namespace](./shared-enviornment.md)</li><li>Name structure: `{group name} - {project name}`</li></ul>|<ul>`DoIT-AIS-Enterprise-Integration - Salesforce Integrations`</ul>|
| Project/Folders | <ul><li>See [Projects Namespace](./shared-environment.md)</li><li>Name structure: `{group name} - {project name}`</li></ul>|<ul>`DoIT-AIS-Enterprise-Integration - Salesforce Integrations`</ul>|
Reference:
* [Informatica Cloud Naming Conventions](https://github.com/jbrazda/Informatica/blob/master/Guides/InformaticaCloud/naming_conventions.md)
\ No newline at end of file
......@@ -37,7 +37,7 @@ DoIT EI uses Manifest groups to give teams access to the UW-Madison IICS environ
* [ ] Once you have added the required members please email doit-integration-platform@office365.wisc.edu with the Manifest group path. Example: uw:org:ais:DoIT-AIS-Enterprise-Integration-IICS.
DoIT EI will notify you when we have provided necessary access to the Manifest group. We will also provide you with an IICS User Group name which you will use to restrict access to your team's assets in IICS:
[Use user groups to control access](best-practices.md#use-user-groups-to-control-access)
[Use user groups to control access](./best-practices/shared-environment.md#use-user-groups-to-control-access)
* [ ] Each member of the Manifest group will need to log in to each IICS environment (e.g. test and production) using their UW-Madison NetId, which will create an IICS user account for them automatically.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment