Activity Prefered Rooms

Started by Marcil, April 24, 2012, 01:34:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marcil

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>


Liviu Lalescu

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