issue about product configuration component for remote mode
Product Definitions -> Linked Items:
when define a link Item whose type is BC (Order Entry - Orders), set search specification as : [Id] = GetProfileAttr("Test")
when running Product configuration (eProdCfgMgr_enu) in AOM by setting AOM's parameter (Product Configurator - Use Remote Service) to FALSE,the product configuration can get the profileAttr,then query Order Entry - Orders to get the right record;
but when running Product configuration remote mode by set AOM's parameter:
Product Configurator - Use Remote Service: TRUE
Product Configurator - Remote Server Name: Server Name
the product configuration can not get the profileAttr, and query Order Entry - Orders with condition "ROW_ID IS NULL" , so the query result is no record;