Global Variable which increments wiht each line?
Is it possible to create a global variable in a map which increments with each contract line that is sync'd between GP and CRM.
In my case what I need to have is the first line created in a CRM contract (based on GP lines) with the number of allotments to 6, each other line which gets mapped to CRM should have 0 allotments but for each line add 2 to the first line…
I was thinking of having a global variable and adding two to it for each line but I'm not sure if I can do this….
Thanks!
In my case what I need to have is the first line created in a CRM contract (based on GP lines) with the number of allotments to 6, each other line which gets mapped to CRM should have 0 allotments but for each line add 2 to the first line…
I was thinking of having a global variable and adding two to it for each line but I'm not sure if I can do this….
Thanks!
Answers
Best Answer
Tudor,
You can definitely use Global Variables to increment a number.
You can use this link to our Blog as an example on summing/calculating values using Global Variables. You can increment the number in a restriction or as a calculated field and then create another calculated field that returns the value of the global variable and used to map to the destination column.
http://eonesolutions.blogspot.com/2013/08/tech-tuesday-sum-document-line-amounts.html
Lorren
You can definitely use Global Variables to increment a number.
You can use this link to our Blog as an example on summing/calculating values using Global Variables. You can increment the number in a restriction or as a calculated field and then create another calculated field that returns the value of the global variable and used to map to the destination column.
http://eonesolutions.blogspot.com/2013/08/tech-tuesday-sum-document-line-amounts.html
Lorren