Meeting Type

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

Meeting Type Values

 

SIS Database Value

Astra Schedule Value

AdCourseType.AdCourseTypeId

MeetingTypeSisKey

AdCourseType.Code

MeetingTypeName

AdCourseType.Descrip

MeetingTypeDescription

'true' AS

MeetingTypeIsActive

XML

 

<?xml version="1.0" encoding="utf-8" ?>

<!--

 *

 * CampusVueMeetingTypeImport.xml

 * Copyright (C) 2006-2009, Ad Astra Information Systems, LLC.

 * All Rights Reserved

 *

 * Note: This spoke file requires an entry in the SystemSetting table with KeyName=PrimarySisConnectionString

-->

<ATE xmlns="http://aais.com/schema/7.4.0/ATE/ATE"

    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"

    xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"

    version="2.0" jobType="Import" validMode="Batch">

 

 <Summary>

   <![CDATA[Generic CampusVue MsSql MeetingType Import.]]>

 </Summary>

 <JobParameters>

   <JobParameterGroup caption="CampusVue Database Settings">

     <JobParameter name="SISUser" caption="User Id"/>

     <JobParameter name="SISPass" caption="Password" password="true"/>

   </JobParameterGroup>

   <SystemParameter name="SisConnectString" settingKey="PrimarySisConnectionString"/>

 

 </JobParameters>

 

 <EndPoints>  

   <DbmsEndPoint name="PrimarySIS" adapterType="MsSql">

     <Parameters>

         <Parameter name="SisConnectString" ref="SisConnectString"/>

       <Parameter name="SISUID" ref="SISUser"/>

       <Parameter name="SISPwd" ref="SISPass"/>

     </Parameters>

     <ConnectionString>

       <![CDATA[${SisConnectString};User Id=${SISUID};Password=${SISPwd};]]>

     </ConnectionString>

   </DbmsEndPoint>

 </EndPoints>

 

 <Pipeline>

 <Sources>

 

                 <!-- Top Level (MeetingType) Data -->                        

                 <Source name="MeetingTypes" endPoint="PrimarySIS">

                         

                         <Sql>

                                 <![CDATA[

SELECT

                 AdCourseTypeId AS MeetingTypeSisKey,

                 Code AS MeetingTypeName,

                 Descrip AS MeetingTypeDescription,

                 'true' AS MeetingTypeIsActive

FROM        AdCourseType

WHERE Active = 1

                                 ]]>

                         </Sql>

                         <Schema entityName="MeetingType" groupName="MeetingTypes"/>

                 </Source>

 

 

   </Sources>

 

   <Phases>

         <Phase name="ImportMeetingTypes">

 

                 <!-- Top Level (Level) Source -->                        

                 <Fetch ref="MeetingTypes"/>

 

                 <Target endPoint="Astra">

                   <AstraEnvironment>

         <Hub className="MeetingTypeHub">

           <Reader ref="MeetingTypes"/>

         </Hub>

                   </AstraEnvironment>

                 </Target>

                 

           </Phase>

         

   </Phases>

 

 </Pipeline>

</ATE>

 

Page url: ?meeting_type.htm