If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

Adding Attributes

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

  • Add the below code under <appSettings> tag:

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

    <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>

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 for importing the leads from YM careers into Aptify Opportunities entity.

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.

  • No labels