Your IP : 172.28.240.42


Current Path : /var/www/html/clients/wiki.e-nk.ru/data/cache/6/
Upload File :
Current File : /var/www/html/clients/wiki.e-nk.ru/data/cache/6/62fb24ae5495703bf4ea99b90c8cf38e.xhtml

<h3 class="sectionedit1" id="замена_реквизита_в_записи_справочника_договоры">Замена реквизита в записи справочника Договоры</h3>
<div class="level3">
<pre class="code">ref=createreference(&quot;ДГВ&quot;)

ref.open
ref.openrecord
s=&quot;&quot;
while not ref.eof
//  s=s&amp;ref.requisites(&quot;Проект2&quot;).value&amp;CR
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Процесс &quot;Развитие&quot;&#039;
    ref.requisites(&quot;Процесс&quot;).value=3    
  endif
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Косвенное распределение&#039;
    ref.requisites(&quot;Процесс&quot;).value=5    
  endif
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Процесс &quot;Сбыт жгутов&quot;&#039;
    ref.requisites(&quot;Процесс&quot;).value=2    
  endif
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Процесс &quot;Сбыт проводов&quot;&#039;
    ref.requisites(&quot;Процесс&quot;).value=6    
  endif
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Финансово-экономический&#039;
    ref.requisites(&quot;Процесс&quot;).value=4    
  endif
  if ref.requisites(&quot;Проект2&quot;).value==&#039;Процесс &quot;Сбыт комплектующих&quot;&#039;
    ref.requisites(&quot;Процесс&quot;).value=1    
  endif
  ref.save  
  ref.next
endwhile

ref.closerecord
ref.close
//showmessage(s)</pre>

</div>