Community

Custom fields to FC Invoice module_Substring

Hi All,

I want to apply script to some custom fields created in Invoice Module DD. I have proper training, but somehow its not taking correct value. Either its taking value along with ":" or Half of the value for the field

I want to take the whole string comes after a delimiter ex:

If my field shows Shipper: Abbyy INC.

I should get a value- Abbyy INC.

If my field shows Consignee: Abbyy-2 INC.

I should get a value- Abbyy-2 INC.

Please suggest how do I achieve this. 

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Ranjit Nayak

    Hi Anton Vakhtel

    Any suggestion on this?

    Thanks!

    0
  • Avatar
    Anton Vakhtel

    Hi Ranjit Nayak

    I will create a ticket from your post.

    Additionally, please refer to the following article to learn more about how to register and submit a support request:
    https://support.abbyy.com/hc/en-us/articles/360016321920

    Regards,

    Anton

    0
  • Avatar
    yong_lee7015

    script like this

    me.Field("InvoiceNumber ").value = replace(me.Field("InvoiceNumber ").value,":","").

    or use replace in ABBYY set up

    0

Please sign in to leave a comment.