Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dialog programming..

Former Member
0 Likes
353

Hi,

I have problem with Dialog programming.. It is working fine in development env. But when it transported to production s/m fields are not getting populated(in the case of updating a record). I checked the code and everything.. But couldn't fine any problem.. Any idea why is that could be?

Help pls

Kelly

1 ACCEPTED SOLUTION
Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
331

Hi Kelly

It is difficult to comment without seeing your code and the whole picture. E.g. the field update may depend on a condition which is related to a data record and in your case that record exists in your development system but not in your production system.

*--Serdar

ssimsekler@yahoo.com

2 REPLIES 2
Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
332

Hi Kelly

It is difficult to comment without seeing your code and the whole picture. E.g. the field update may depend on a condition which is related to a data record and in your case that record exists in your development system but not in your production system.

*--Serdar

ssimsekler@yahoo.com

Read only

Former Member
0 Likes
331

You might check to make sure all changes in your dialog program have been activated. There are many different components in a Dialog program and it is easy to forget to activate something with you are bouncing around between the different compoments writing code.

Brent