An administrator must perform the below configurations after the setup is successfully installed :
Adding Attributes
An administrator must add the below attributes to the 'Aptify Shell' config file and upload the config file in the Aptify ORO after the setup is installed.
-
Add the below code under <appSettings> tag:
<add key="RetryHttpStatusCodes" value=""/>
-
Add the below code to both the 'Aptify Shell' config file (Aptify Shell.exe.config) and 'Aptify Startup' config file (Startup.exe.config) within the <configuration> tag.
Note: The attribute newVersion should be the set to match the version of the Newtonsoft.Json DLL present in the object repository (Career Leads supports Newtonsoft.Json version 11 and above).<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="13.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime>
Setting Start and End Dates
An Administrator must define the Start and End Dates in the Input Properties of the Career Leads Retrieval process flow to run a task automatically for importing the leads from YM careers into Aptify Opportunities entity. The Career Lead Import Process Flow can also be executed manually in case of some exceptions like, Scheduled Task failed to run or requirement to run the scheduled task for a particular day. For more information on process flows, see Adding New Process Flows.
Updating Career Lead Integration Configurations
An administrator can update the client configuration parameters if the YM Career Lead provides new parameters for an association in the future. For more information, see Career Lead Integration Configurations.
Comments
Please sign in to leave a comment.