Only_Dummy_Asset_Can_Select_Hospital
    false
    NFM009からの場合、DepartmentCodeにCompanyCodeを指定する場合があります
    $Profile.Id != "00e10000000Y3o5" /* 系统管理员 */ 
&& $Profile.Id != "00e10000000dEQx" /* GPI_系统管理员 */ 
&& $User.Batch_User__c = False /* Batch用户 */ 
&& Account.RecordTypeId = '01210000000QemG'   /* 病院 */
&& Not(
        Begins(Name, '不可用:')
    && Isblank(Product2Id)
)
    AccountId
    只有[不可用:]的保有设备可以选医院