Mobile Movilizer-movelet端触发同步

Mobile Movilizer-movelet端触发同步,mobile,movilizer,Mobile,Movilizer,一位合作伙伴问我以下代码是否正常,因为按下OK时它不会触发强制同步。我无法确定这个问题。他在iOS和Swing上进行了测试 <question type="0" title="MUVE" key="Q(Sync)"> <answer action="FULLSYNC" position="1" nextQuestionKey="END" key="Q(Sync)_ans" labelFontSize="VERYLARGE" lab

一位合作伙伴问我以下代码是否正常,因为按下OK时它不会触发强制同步。我无法确定这个问题。他在iOS和Swing上进行了测试

 <question type="0" title="MUVE" key="Q(Sync)">
                       <answer action="FULLSYNC" position="1" nextQuestionKey="END" key="Q(Sync)_ans" labelFontSize="VERYLARGE" labelFontStyle="BOLD" columnSizeType="ROWS" labelAlignment="CENTER">
                              <text> ¿Seguro que quiere guardar todos los canvios del dia?</text>
                       </answer>
                       <onEnterAssignment>
                              setCustomizingProperty($customizing:'screen.footer.ok.text', 'Guardar');
                              setCustomizingProperty($customizing:'screen.footer.back.text', 'Atras');
                       </onEnterAssignment>
                </question>

你是不是想让我安静下来?
SetCustomizationProperty($Customization:'screen.footer.ok.text','Guardar');
SetCustomizationProperty($Customization:'screen.footer.back.text','Atras');

代码看起来很完美。实现所需功能的两个重要细节是:

  • action=“FULLSYNC”
  • nextQuestionKey=“结束”
根据您提供的定义,两者看起来都很好