Options

Creating Replication counter field

Dear Experts,
We are using NAV 5 SP1 along with LS Retail 5. We have issue updating Prices stores
The jobs are being pulled from stores using scheduler server.
I have tried by action method and even tried normal method by keeping the filter as "Starting date" ="W" and "T" which works on today's date. Which i beleive updates the price in stores if it is updated in today's date.

But records are most of the times skipped and does not update and even some of them are updated properly.

Basically both these methods does not seem to be stable.

I wanted to have Replication counter field in Sales Price table so whenever new record is added in the table the replication counter should be updated and same is updated in stores.

I believe some coding needs to be done in this regards.

Please advise.

Answers

  • Options
    lubostlubost Member Posts: 615
    Your code is very general so answer will be general at all.
    - If you loop records, you should never modify value included in current key
    - You have to log changes during develop to find gaps
  • Options
    fahdfahd Member Posts: 226
    Hi Lubost,

    Thanks for your reply.
    However, I just have basic knowledge of coding.

    Could you please elaborate it a bit further..
Sign In or Register to comment.