Hi, don't forget to lock LD$NAU record, otherwise - if somebody is editing that very record at the same time - your changes will be lost after commit.
You need to understand what to do if that record is already locked by somebody else. You also need to use F.LIVE.WRITE instead of F.WRITE to update audit trail correctly. The whole idea of storing cross-references in core application is not very good one. You can easily create L-type local application and write your cross-references there without any harm. VK On 8 феб, 19:23, gabalian <[email protected]> wrote: > You can get Value of LD ID from the R.NEW() and Security ID is saved in > ID.NEW. Now in your routine you should use F.READ to read the record of > LD.ID and then using F.WRITE you can add that Security ID in the LD Record > data. > > Imran Khan > T24 Technical Consultant > +92 334 3545114 > > > > On Mon, Feb 7, 2011 at 10:54 PM, Sridhar <[email protected]> wrote: > > Hi , > > I need to update the @ id ( transaction id ) of security application > > in LD application when an LD id is chosen.from drop down on a local field. > > This should happen at the time of authorization and am able to achieve it. > > > Say, suppose i choose LD********** id in the security appln, the @id of > > this security appln has to be updated in a local field in LD. > > > After authorization, when I amend the record and do not select the same LD > > id, after authorization, the previously updated field in > > LD should be deleted. > > I am little confused how to do this. Can anyone suggest solution for this. > > > -- > > Please read the posting guidelines at: > >http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > IMPORTANT: Type T24: at the start of the subject line for questions > > specific to Globus/T24 > > > To post, send email to [email protected] > > To unsubscribe, send email to [email protected] > > For more options, visit this group at > >http://groups.google.com/group/jBASE?hl=en- Сакриј наведени текст - > > - Прикажи текст између наводника - -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
