FET Forum

FET Support (English) => Get Help on Your Input File => Topic started by: Marcil on April 24, 2012, 01:34:30 PM

Title: Activity Prefered Rooms
Post by: Marcil on April 24, 2012, 01:34:30 PM
I'm trying to link FET with our management system.
Is it possible to import the activities preferred rooms ?

I saw the information in the .FET file but can't see how to import them.
I already have that information in my management system so I don't want to enter them manually.

If it's not possible, can I wrote something to add the information to the .FET file ?

Thanks


- <ConstraintActivityPreferredRooms>
  <Weight_Percentage>100</Weight_Percentage>
  <Activity_Id>1</Activity_Id>
  <Number_of_Preferred_Rooms>3</Number_of_Preferred_Rooms>
  <Preferred_Room>A1101</Preferred_Room>
  <Preferred_Room>A1102</Preferred_Room>
  <Preferred_Room>A1103</Preferred_Room>
  <Active>true</Active>
  <Comments />
  </ConstraintActivityPreferredRooms>

Title: Re: Activity Prefered Rooms
Post by: Liviu Lalescu on April 24, 2012, 02:20:34 PM
Indeed, import of constraints is not possible in FET. But of course you can write the text in the .fet file:

<ConstraintActivityPreferredRooms>
...
</ConstraintActivityPreferredRooms>

The .fet file is just a text file :-)