Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An administrator can must perform the below configurations after the setup has been installed is successfully installed :

Anchor
_adat
_adat
Adding

...

Attributes

An administrator must add the below attributes to the 'filename' after the setup has been successfully is installed.

  • Add the below code under <appSettings> tag:

    Code Block
    <add key="RetryHttpStatusCodes" value=""/>
  • Add the below code under <configuration> tag: 

    Code Block
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="11.0.0.0" />
    </dependentAssembly> 
    </assemblyBinding>
    </runtime>

...

An Administrator must define the Start and End Dates in the Input Properties of the Career Leads Retrieval process flow to run a task for importing the leads form from YM careers into Aptify Opportunities Entityentity.

Updating Career Lead Integration Configurations

...