Options

RecRef in RTC

myanilkumarmyanilkumar Member Posts: 108
edited 2011-01-12 in NAV Three Tier
Hi All,

I had written a Code to Copy Data from One Company to Another Company. I had used RecRef Conecpt for this. I had used follwoing code with Open RecRef Record Variable with Company Name. In CLassic it works fine the data is copying from One company to Other but in RTC nothing happening after the Program has run. There is no Error and data is not copying also.

Please advise.

RecRef.CLOSE;
RecRef.OPEN(MigrationRecord.TableID,FALSE,Company.Name);

Regards,
Anil
Sign In or Register to comment.