Hello Fleltuerto,I’ve used a Query object on NmsPropositionRcp to see
the status (Status field) of the proposition I’ve send to the client.
Please see attached file. Status field doesn’t change to ‘Interested’
(value 2) that I’ve put in my URL.SELECT P0.iPropositionId, P0.iOfferId,
O1.iOfferId FROM NmsPropositionRcp P0 JOIN NmsOffer O1 ON (O1.iOfferId =
P0.iOfferId) WHERE (O1.sName LIKE E'%' || E'OFR100' || E'%' ESCAPE
E'\\') LIMIT 10001I’ll send you the direct link in private
message.Regards,Ni...